mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 09:36:10 +00:00
Minor fixes
This commit is contained in:
@@ -118,7 +118,7 @@ void doCommand(String str, bool echo = false) {
|
||||
controlRoll, controlPitch, controlYaw, controlThrottle, controlArmed, controlMode);
|
||||
print("mode: %s\n", getModeName());
|
||||
} else if (command == "mot") {
|
||||
print("Motors: front-right %g front-left %g rear-right %g rear-left %g\n",
|
||||
print("front-right %g front-left %g rear-right %g rear-left %g\n",
|
||||
motors[MOTOR_FRONT_RIGHT], motors[MOTOR_FRONT_LEFT], motors[MOTOR_REAR_RIGHT], motors[MOTOR_REAR_LEFT]);
|
||||
} else if (command == "log") {
|
||||
dumpLog();
|
||||
|
Reference in New Issue
Block a user