refactor - change constants

This commit is contained in:
2023-01-18 10:33:47 +01:00
parent 801a474b49
commit 97495338d7
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class MoveControl {
uint8_t delay = 20;
uint8_t overTimeCounter = 0;
uint8_t overTimeMax = 10;
uint8_t overTimeMax = 100;
int8_t rawPowerLeft = 0;
int8_t rawPowerRight = 0;
uint32_t lastMillis = 0;