mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_BLHeli: default protocol timeout to 0
this gives best compatibility with BLHeliSuite
This commit is contained in:
parent
2c6e6e3b13
commit
fff143d83e
@ -70,7 +70,7 @@ const AP_Param::GroupInfo AP_BLHeli::var_info[] = {
|
|||||||
// @Units: s
|
// @Units: s
|
||||||
// @Range: 0 300
|
// @Range: 0 300
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("TMOUT", 4, AP_BLHeli, timeout_sec, 60),
|
AP_GROUPINFO("TMOUT", 4, AP_BLHeli, timeout_sec, 0),
|
||||||
|
|
||||||
// @Param: TRATE
|
// @Param: TRATE
|
||||||
// @DisplayName: BLHeli telemetry rate
|
// @DisplayName: BLHeli telemetry rate
|
||||||
|
Loading…
Reference in New Issue
Block a user