mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
NodeStatus timeout set 5 seconds (was 4). 5 is easier to comprehend for us hoomans.
This commit is contained in:
parent
29e2ea4e30
commit
da6e032cf9
@ -6,7 +6,7 @@
|
||||
uint16 PUBLICATION_PERIOD_MS = 1000
|
||||
|
||||
# If a node fails to publish this message in this amount of time, it should be considered offline.
|
||||
uint16 OFFLINE_TIMEOUT_MS = 4000
|
||||
uint16 OFFLINE_TIMEOUT_MS = 5000
|
||||
|
||||
# Uptime counter should never overflow.
|
||||
uint28 uptime_sec
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user