mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 09:36:10 +00:00
Remove non-working fullmot command
This commit is contained in:
@@ -30,8 +30,7 @@ const char* motd =
|
||||
"cr - calibrate RC\n"
|
||||
"cg - calibrate gyro\n"
|
||||
"ca - calibrate accel\n"
|
||||
"mfr, mfl, mrr, mrl - test appropriate motor\n"
|
||||
"fullmot <n> - full motor test\n"
|
||||
"mfr, mfl, mrr, mrl - test motor\n"
|
||||
"reset - reset drone's state\n";
|
||||
|
||||
const struct Param {
|
||||
@@ -102,8 +101,6 @@ void doCommand(String& command, String& value) {
|
||||
cliTestMotor(MOTOR_REAR_RIGHT);
|
||||
} else if (command == "mrl") {
|
||||
cliTestMotor(MOTOR_REAR_LEFT);
|
||||
} else if (command == "fullmot") {
|
||||
fullMotorTest(value.toInt());
|
||||
} else if (command == "reset") {
|
||||
attitude = Quaternion();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user