mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Show landed state in imu command output
This commit is contained in:
@@ -108,6 +108,7 @@ void doCommand(String str, bool echo = false) {
|
||||
print("acc: %f %f %f\n", acc.x, acc.y, acc.z);
|
||||
printIMUCal();
|
||||
print("rate: %f\n", loopRate);
|
||||
print("landed: %d\n", landed);
|
||||
} else if (command == "rc") {
|
||||
print("Raw: throttle %d yaw %d pitch %d roll %d armed %d mode %d\n",
|
||||
channels[throttleChannel], channels[yawChannel], channels[pitchChannel],
|
||||
|
Reference in New Issue
Block a user