Unset default motor pins (for safety)

This commit is contained in:
Oleg Kalachev
2026-07-15 20:19:02 +03:00
parent d48b71fb1a
commit 61213bb8a1
+1 -1
View File
@@ -7,7 +7,7 @@
float motors[4]; // normalized motor thrusts in range [0..1]
int motorPins[4] = {12, 13, 14, 15}; // default pin numbers
int motorPins[4] = {-1, -1, -1, -1}; // default pin numbers
int pwmFrequency = 78000;
int pwmResolution = 10;
int pwmStop = 0;