missing sx1268 battery info
This commit is contained in:
parent
42f32f60cf
commit
12e498ad6d
|
|
@ -138,7 +138,7 @@ namespace MENU_Utils {
|
|||
#ifdef TTGO_T_Beam_V0_7
|
||||
sixthRowMainMenu = "Bat: " + batteryVoltage + "V";
|
||||
#endif
|
||||
#if defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_LORA_V2_1)
|
||||
#if defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_LORA_V2_1) || defined(TTGO_T_Beam_V1_0_SX1268)
|
||||
if (batteryCharge.toInt() == 0) {
|
||||
sixthRowMainMenu = "Battery Charged " + batteryVoltage + "V";
|
||||
} else if (batteryCharge.toInt() > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue