Add wifi cli command

To show wi-fi info.
This commit is contained in:
Oleg Kalachev
2025-11-22 04:46:54 +03:00
parent 31dbdaf241
commit 9b5872740f
3 changed files with 17 additions and 0 deletions

View File

@@ -73,4 +73,5 @@ void calibrateGyro() { print("Skip gyro calibrating\n"); };
void calibrateAccel() { print("Skip accel calibrating\n"); };
void printIMUCalibration() { print("cal: N/A\n"); };
void printIMUInfo() {};
void printWiFiInfo() {};
Vector accBias, gyroBias, accScale(1, 1, 1);