Add WIFI_UDP_ALWAYS_BROADCAST define

This commit is contained in:
Oleg Kalachev
2025-07-29 18:08:57 +03:00
parent dfceb8a6b2
commit a090e3543c
3 changed files with 17 additions and 1 deletions

View File

@@ -72,4 +72,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);