mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Reserve DSHOT commands
This commit is contained in:
parent
fc632c131b
commit
5924eb83cf
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ typedef enum {
|
|||
DSHOT_CMD_LED1_OFF, // BLHeli32 only
|
||||
DSHOT_CMD_LED2_OFF, // BLHeli32 only
|
||||
DSHOT_CMD_LED3_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_MAX = 47
|
||||
} dshotCommands_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue