From 77f2067950e92e295069834b595dd7db03cab92a Mon Sep 17 00:00:00 2001 From: K4KDR Date: Mon, 31 May 2021 02:14:42 +0000 Subject: [PATCH] Update TTGO_T-Beam_LoRa_APRS.ino Appended battery voltage to end of APRS 'Comment' if HW_COMMENT is UNcommented for operation mode WX_FIXED --- src/TTGO_T-Beam_LoRa_APRS.ino | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 3715857..9dc74bd 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -921,6 +921,12 @@ switch(tracker_mode) { outString += "b....."; #endif outString += MY_COMMENT; + #ifdef HW_COMMENT + outString += (" --"); + outString += " Batt="; + outString += String(BattVolts,2); + outString += ("V"); + #endif break; case WX_TRACKER: if (wx) {