Skip to content

Commit

Permalink
SRV_Channel: added AM32 to the SERVO_DSHOT_ESC param docs
Browse files Browse the repository at this point in the history
setting 3 works well with AM32
  • Loading branch information
tridge committed Aug 3, 2024
1 parent f2f1ac3 commit 7bdb8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SRV_Channel/SRV_Channels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const AP_Param::GroupInfo SRV_Channels::var_info[] = {
// @Param: _DSHOT_ESC
// @DisplayName: Servo DShot ESC type
// @Description: DShot ESC type for all outputs. The ESC type affects the range of DShot commands available and the bit widths used. None means that no dshot commands will be executed. Some ESC types support Extended DShot Telemetry (EDT) which allows telemetry other than RPM data to be returned when using bi-directional dshot. If you enable EDT you must install EDT capable firmware for correct operation.
// @Values: 0:None,1:BLHeli32/Kiss,2:BLHeli_S,3:BLHeli32/Kiss+EDT,4:BLHeli_S+EDT
// @Values: 0:None,1:BLHeli32/Kiss/AM32,2:BLHeli_S/BlueJay,3:BLHeli32/AM32/Kiss+EDT,4:BLHeli_S/BlueJay+EDT
// @User: Advanced
AP_GROUPINFO("_DSHOT_ESC", 24, SRV_Channels, dshot_esc_type, 0),

Expand Down

0 comments on commit 7bdb8d7

Please sign in to comment.