Fix simulator build with new logging

This commit is contained in:
Oleg Kalachev
2026-07-15 14:17:24 +03:00
parent 590bfe10b0
commit 6a804862da
3 changed files with 16 additions and 1 deletions
+5
View File
@@ -89,3 +89,8 @@ void printIMUInfo() {};
void printWiFiInfo() {};
void configWiFi(bool, const char*, const char*) { print("Skip WiFi config\n"); };
void setWiFiMode(const String& mode) { print("Skip WiFi mode set\n"); };
class IMU {
public:
float getTemp() { return 0; }
} imu;