mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
SPRacingF3 - Allow Sonar and Parallel PWM (drops 2 input channels).
Naze32 - Fix initialisation of outputs 5/6 when Parallel PWM and Sonar are used together with a mixer that needs more than 4 motors.
This commit is contained in:
parent
c0aec95e14
commit
b04be157b1
4 changed files with 29 additions and 6 deletions
|
@ -52,6 +52,9 @@ typedef struct drv_pwm_config_t {
|
|||
bool useOneshot;
|
||||
bool useSoftSerial;
|
||||
bool useLEDStrip;
|
||||
#ifdef SONAR
|
||||
bool useSonar;
|
||||
#endif
|
||||
#ifdef USE_SERVOS
|
||||
bool useServos;
|
||||
bool extraServos; // configure additional 4 channels in PPM mode as servos, not motors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue