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:
parent
7bac3066fe
commit
57a2a5c8c7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue