mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 09:36:10 +00:00
Remove ESC support and add MOSFET support in motors code
The new version uses MOSFETs
This commit is contained in:
@@ -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