mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
commander status flags delete condition_system_prearm_error_reported
- this flag often results in hiding useful information, or adding useless information to the mavlink console
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
bool condition_calibration_enabled
|
||||
bool condition_system_sensors_initialized
|
||||
bool condition_system_prearm_error_reported # true if errors have already been reported
|
||||
bool condition_system_hotplug_timeout # true if the hotplug sensor search is over
|
||||
bool condition_system_returned_to_home
|
||||
bool condition_auto_mission_available
|
||||
|
||||
Reference in New Issue
Block a user