Merge pull request #22 from K4KDR/master

Battery Voltage in APRS 'Comment':  mode WX_FIXED
pull/27/head
oe3cjb 2021-08-09 21:59:30 +02:00 zatwierdzone przez GitHub
commit 53f644a11a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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) {