missing sx1268 battery info

This commit is contained in:
richonguzman 2023-09-26 11:07:32 -03:00
parent 42f32f60cf
commit 12e498ad6d
1 changed files with 1 additions and 1 deletions

View File

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