Skip to content

Commit

Permalink
AP_BLHeli: default TRATE to 10hz
Browse files Browse the repository at this point in the history
This only takes effect if BLHeli is enabled with SERVO_BLH_MASK <> 0 or SERVO_BLH_AUTO = 1
  • Loading branch information
rmackay9 committed Dec 18, 2018
1 parent 6cbbbcd commit b306e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_BLHeli/AP_BLHeli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const AP_Param::GroupInfo AP_BLHeli::var_info[] = {
// @Units: Hz
// @Range: 0 500
// @User: Standard
AP_GROUPINFO("TRATE", 5, AP_BLHeli, telem_rate, 0),
AP_GROUPINFO("TRATE", 5, AP_BLHeli, telem_rate, 10),

// @Param: DEBUG
// @DisplayName: BLHeli debug level
Expand Down

0 comments on commit b306e08

Please sign in to comment.