mirror of
https://github.com/okalachev/flix.git
synced 2026-01-13 06:26:52 +00:00
Minor code updates
This commit is contained in:
@@ -55,7 +55,7 @@ bool motorsActive() {
|
||||
return motors[0] != 0 || motors[1] != 0 || motors[2] != 0 || motors[3] != 0;
|
||||
}
|
||||
|
||||
void testMotor(uint8_t n) {
|
||||
void testMotor(int n) {
|
||||
print("Testing motor %d\n", n);
|
||||
motors[n] = 1;
|
||||
delay(50); // ESP32 may need to wait until the end of the current cycle to change duty https://github.com/espressif/arduino-esp32/issues/5306
|
||||
|
||||
Reference in New Issue
Block a user