mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Remove ESC support and add MOSFET support in motors code
The new version uses MOSFETs
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ void doCommand(String& command, String& value) {
|
||||
} else if (command == "mrl") {
|
||||
cliTestMotor(MOTOR_REAR_LEFT);
|
||||
} else if (command == "fullmot") {
|
||||
fullMotorTest(value.toInt(), false);
|
||||
fullMotorTest(value.toInt());
|
||||
} else if (command == "reset") {
|
||||
attitude = Quaternion();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user