From 12e498ad6d69ab39fd39b44e07101b4ee29459cc Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 26 Sep 2023 11:07:32 -0300 Subject: [PATCH] missing sx1268 battery info --- src/menu_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu_utils.cpp b/src/menu_utils.cpp index fd64818..8a657e6 100644 --- a/src/menu_utils.cpp +++ b/src/menu_utils.cpp @@ -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) {