mirror of
https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS.git
synced 2025-12-06 07:12:02 +01:00
Merge pull request #22 from K4KDR/master
Battery Voltage in APRS 'Comment': mode WX_FIXED
This commit is contained in:
commit
53f644a11a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue