Fix simulator build

This commit is contained in:
Oleg Kalachev 2025-05-16 05:02:27 +03:00
parent 9c8c0e2578
commit be7b6ec0c9

View File

@ -36,7 +36,7 @@ void controlTorque();
const char* getModeName();
void sendMotors();
bool motorsActive();
void testMotor(uint8_t n);
void testMotor(int n);
void print(const char* format, ...);
void pause(float duration);
void doCommand(String str, bool echo);