mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Removing some settings for simplicity, motor_pwm_protocol (for all protocols) and motor_pwm_rate (to sync or unsync)
This commit is contained in:
parent
a008c43ffb
commit
827b576f6d
5 changed files with 6 additions and 18 deletions
|
@ -518,7 +518,6 @@ static void resetConf(void)
|
|||
masterConfig.motor_pwm_protocol = PWM_TYPE_ONESHOT125;
|
||||
#endif
|
||||
masterConfig.servo_pwm_rate = 50;
|
||||
masterConfig.use_unsyncedPwm = false;
|
||||
|
||||
#ifdef CC3D
|
||||
masterConfig.use_buzzer_p6 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue