Fix simulation build

This commit is contained in:
Oleg Kalachev
2026-08-08 02:19:38 +03:00
parent abb2e9f79b
commit 2decd2d6dd
+1 -1
View File
@@ -97,4 +97,4 @@ void setWiFiMode(const String& mode) { print("Skip WiFi mode set\n"); };
class IMU {
public:
float getTemp() { return 0; }
} imu;
} *imu;