I corrected a minor mistake

This commit is contained in:
Rysiek Labus 2021-09-14 22:22:10 +02:00
parent 0f0ab53890
commit 09b6490df4
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 + ":!";