mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 03:38:22 +08:00
* feat: track Node updates * feat: prevent arming while updating * fix: used make format * fix: added dedup logic & use dynamic list * fix: cleaned up arming_blocker * feat: add circuit breaker for arming_blocker * chore: used make format * fix: fix some formating issues * chore: make format again * fix: implemented requested changes
3 lines
201 B
Plaintext
3 lines
201 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
bool pending_updates # true when one or more nodes requiring a firmware update have been detected and the update is not yet complete
|