mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Re-enabling CLI option for 900 and 1200
This commit is contained in:
parent
b3e28fcd86
commit
6d51e481dc
2 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
|
|||
static const char * const lookupTablePwmProtocol[] = {
|
||||
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
|
||||
#ifdef USE_DSHOT
|
||||
"DSHOT600", "DSHOT300", "DSHOT150", /*"DSHOT900", "DSHOT1200",*/
|
||||
"DSHOT600", "DSHOT300", "DSHOT150", "DSHOT900", "DSHOT1200",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue