mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #3807 from jflyper/bfdev-omnibusf4-vbat-cur-defaults-and-sonar
OMNIBUSF4 and variants Make onboard ADC defaults for meters & add sonar
This commit is contained in:
commit
00dc889199
1 changed files with 5 additions and 0 deletions
|
@ -213,10 +213,15 @@
|
|||
|
||||
#define TRANSPONDER
|
||||
|
||||
#define SONAR
|
||||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||
|
||||
#define DEFAULT_FEATURES (FEATURE_OSD)
|
||||
|
||||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
|
||||
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue