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

This commit is contained in:
Sottosistema W10 2021-09-14 22:24:04 +02:00
commit 3449964677
1 changed files with 1 additions and 1 deletions

View File

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