Skip to content

Commit

Permalink
Copter: change param default SRx_PARAMS to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
magicrub committed Oct 25, 2023
1 parent bec397d commit 32d1746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ const AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
// @Increment: 1
// @RebootRequired: True
// @User: Advanced
AP_GROUPINFO("PARAMS", 8, GCS_MAVLINK_Parameters, streamRates[8], 0),
AP_GROUPINFO("PARAMS", 8, GCS_MAVLINK_Parameters, streamRates[8], 50),

// @Param: ADSB
// @DisplayName: ADSB stream rate
Expand Down

0 comments on commit 32d1746

Please sign in to comment.