1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00

[X3] Batt ADC multiplier adjusted

This commit is contained in:
Bertrand Songis 2019-03-18 10:29:57 +01:00
parent 7bac3066fe
commit 57a2a5c8c7

View file

@ -551,6 +551,8 @@ uint16_t getBatteryVoltage(); // returns current battery voltage in 10mV steps
#define BATT_SCALE 131
#elif defined(PCBX7)
#define BATT_SCALE 123
#elif defined(PCBX3)
#define BATT_SCALE 117
#else
#define BATT_SCALE 150
#endif