mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Show landed state in imu command output
This commit is contained in:
parent
547f5087ef
commit
94dc566643
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user