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

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

Wyświetl plik

@ -251,10 +251,10 @@ void prepareAPRSFrame(){
outString = "";
outString += Tcall;
if (relay_path){
outString += ">APLO01," + relay_path + ":!";
}else{
if (relay_path.isEmpy()){
outString += ">APLO01:!";
}else{
outString += ">APLO01," + relay_path + ":!";
}
if(gps_state && gps.location.isValid()){