mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Configurable Beeper PIN6 CC3D // Less CC3D targets
This commit is contained in:
parent
36aee11cd8
commit
8ecd05b911
7 changed files with 95 additions and 24 deletions
|
@ -465,6 +465,9 @@ static void resetConf(void)
|
|||
#endif
|
||||
masterConfig.servo_pwm_rate = 50;
|
||||
masterConfig.use_fast_pwm = 0;
|
||||
#ifdef CC3D
|
||||
masterConfig.use_buzzer_p6 = 0;
|
||||
#endif
|
||||
|
||||
#ifdef GPS
|
||||
// gps/nav stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue