Merge branch 'master' of github.com:iu2frl/TTGO-T-Beam-LoRa-APRS

pull/72/head
Sottosistema W10 2021-09-14 22:24:04 +02:00
commit 3449964677
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -251,7 +251,7 @@ void prepareAPRSFrame(){
outString = "";
outString += Tcall;
if (relay_path.isEmpy()){
if (relay_path.isEmpty()){
outString += ">APLO01:!";
}else{
outString += ">APLO01," + relay_path + ":!";