Browse Source

drv_pwm_output.h fix dshot cmd typo

master
Daniel Agar 3 years ago
parent
commit
6686736cff
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 2
      src/drivers/drv_pwm_output.h

2
src/drivers/drv_pwm_output.h

@ -241,7 +241,7 @@ typedef enum { @@ -241,7 +241,7 @@ typedef enum {
DShot_cmd_led4_off, // BLHeli32 only
DShot_cmd_audio_stream_mode_on_off = 30, // KISS audio Stream mode on/off
DShot_cmd_silent_mode_on_off = 31, // KISS silent Mode on/off
DShot_cmd_signal_line_telemeetry_disable = 32,
DShot_cmd_signal_line_telemetry_disable = 32,
DShot_cmd_signal_line_continuous_erpm_telemetry = 33,
DShot_cmd_MAX = 47, // >47 are throttle values
DShot_cmd_MIN_throttle = 48,

Loading…
Cancel
Save