battery info added

This commit is contained in:
richonguzman 2024-05-04 20:52:24 -04:00
parent 4a7eae2083
commit 66078767bb
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ namespace STATION_Utils {
#if defined(TTGO_T_Beam_V1_2) || defined(TTGO_T_Beam_V1_2_SX1262)
comment += " Bat=" + String(batteryVoltage.toFloat()/1000,2) + "V (" + batteryChargeCurrent + "%)";
#endif
#if defined(HELTEC_V3_GPS)
#if defined(HELTEC_V3_GPS) || defined(HELTEC_WIRELESS_TRACKER)
comment += " Bat=" + String(batteryVoltage.toFloat(),2) + "V";
#endif
}