mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
CC3D - Add support for battery voltage monitoring on S5_IN.
See docs for further details.
This commit is contained in:
parent
f591732aa9
commit
41ff2e8d0e
6 changed files with 83 additions and 8 deletions
|
@ -197,6 +197,7 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
pwm_params.useVbat = feature(FEATURE_VBAT);
|
||||
pwm_params.useSoftSerial = feature(FEATURE_SOFTSERIAL);
|
||||
pwm_params.useParallelPWM = feature(FEATURE_RX_PARALLEL_PWM);
|
||||
pwm_params.useRSSIADC = feature(FEATURE_RSSI_ADC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue