Reverting ability to enable dshot900 and dshot1200 until configurator release
This commit is contained in:
parent
0c5d4f0590
commit
b40dadff47
|
@ -30,9 +30,9 @@ typedef enum {
|
|||
PWM_TYPE_DSHOT150,
|
||||
PWM_TYPE_DSHOT300,
|
||||
PWM_TYPE_DSHOT600,
|
||||
PWM_TYPE_MAX,
|
||||
PWM_TYPE_DSHOT900,
|
||||
PWM_TYPE_DSHOT1200,
|
||||
PWM_TYPE_MAX
|
||||
} motorPwmProtocolTypes_e;
|
||||
|
||||
#define PWM_TIMER_MHZ 1
|
||||
|
|
|
@ -334,7 +334,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
|
|||
static const char * const lookupTablePwmProtocol[] = {
|
||||
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
|
||||
#ifdef USE_DSHOT
|
||||
"DSHOT150", "DSHOT300", "DSHOT600", "DSHOT900", "DSHOT1200",
|
||||
"DSHOT150", "DSHOT300", "DSHOT600", /*"DSHOT900", "DSHOT1200",*/
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue