mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Oneshot42 Implementation
This commit is contained in:
parent
e561ec3cb7
commit
6b8f4f1111
7 changed files with 33 additions and 11 deletions
|
@ -484,6 +484,7 @@ static void resetConf(void)
|
|||
#endif
|
||||
masterConfig.servo_pwm_rate = 50;
|
||||
masterConfig.use_fast_pwm = 0;
|
||||
masterConfig.use_oneshot42 = 0;
|
||||
#ifdef CC3D
|
||||
masterConfig.use_buzzer_p6 = 0;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue