1
0
Fork 0
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:
jflyper 2017-07-18 15:08:51 +09:00
parent dcc600a78b
commit 9ea8789869

View file

@ -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