Skip to content

Commit

Permalink
battery info added
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed May 5, 2024
1 parent 4a7eae2 commit 6607876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/station_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6607876

Please sign in to comment.