mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: TELEM_DELAY parameter range to 30sec
No functional change
This commit is contained in:
parent
eded2dee23
commit
d3f8b1b846
@ -67,7 +67,7 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Description: The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up
|
||||
// @User: Standard
|
||||
// @Units: seconds
|
||||
// @Range: 0 10
|
||||
// @Range: 0 30
|
||||
// @Increment: 1
|
||||
GSCALAR(telem_delay, "TELEM_DELAY", 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user