mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Batt calib on all boards ...
This commit is contained in:
parent
49a828877a
commit
7647fea036
2 changed files with 4 additions and 2 deletions
|
@ -292,8 +292,9 @@ const pm_char STR_LONGITUDE[] PROGMEM = TR_LONGITUDE;
|
||||||
const pm_char STR_SHUTDOWN[] PROGMEM = TR_SHUTDOWN;
|
const pm_char STR_SHUTDOWN[] PROGMEM = TR_SHUTDOWN;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PCBARM)
|
|
||||||
const pm_char STR_BATT_CALIB[] PROGMEM = TR_BATT_CALIB;
|
const pm_char STR_BATT_CALIB[] PROGMEM = TR_BATT_CALIB;
|
||||||
|
|
||||||
|
#if defined(PCBARM)
|
||||||
const pm_char STR_CURRENT_CALIB[] PROGMEM = TR_CURRENT_CALIB;
|
const pm_char STR_CURRENT_CALIB[] PROGMEM = TR_CURRENT_CALIB;
|
||||||
const pm_char STR_CURRENT[] PROGMEM = TR_CURRENT;
|
const pm_char STR_CURRENT[] PROGMEM = TR_CURRENT;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -353,8 +353,9 @@ extern const pm_char STR_LONGITUDE[];
|
||||||
extern const pm_char STR_SHUTDOWN[];
|
extern const pm_char STR_SHUTDOWN[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PCBARM)
|
|
||||||
extern const pm_char STR_BATT_CALIB[];
|
extern const pm_char STR_BATT_CALIB[];
|
||||||
|
|
||||||
|
#if defined(PCBARM)
|
||||||
extern const pm_char STR_CURRENT_CALIB[];
|
extern const pm_char STR_CURRENT_CALIB[];
|
||||||
extern const pm_char STR_CURRENT[];
|
extern const pm_char STR_CURRENT[];
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue