mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
For DYSF4PRO, use PC3 for RSSI ADC input
The RSSI pad has direct connection to PC3.
This commit is contained in:
parent
dcc600a78b
commit
9ea8789869
1 changed files with 4 additions and 0 deletions
|
@ -199,7 +199,11 @@
|
|||
#define USE_ADC
|
||||
#define CURRENT_METER_ADC_PIN PC1 // Direct from CRNT pad (part of onboard sensor for Pro)
|
||||
#define VBAT_ADC_PIN PC2 // 11:1 (10K + 1K) divider
|
||||
#ifdef DYSF4PRO
|
||||
#define RSSI_ADC_PIN PC3 // Direct from RSSI pad
|
||||
#else
|
||||
#define RSSI_ADC_PIN PA0 // Direct from RSSI pad
|
||||
#endif
|
||||
|
||||
#define TRANSPONDER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue