Merge branch 'master' into dev

This commit is contained in:
Oleg Kalachev
2026-08-03 16:01:39 +03:00
8 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const char* getModeName();
void sendMotors();
int getDutyCycle(float value);
bool motorsActive();
void testMotor(int n);
void testMotor(int, float);
void print(const char* format, ...);
void pause(float duration);
void doCommand(String str, bool echo);