I corrected a minor mistake
This commit is contained in:
parent
0f0ab53890
commit
09b6490df4
|
|
@ -251,7 +251,7 @@ void prepareAPRSFrame(){
|
|||
outString = "";
|
||||
outString += Tcall;
|
||||
|
||||
if (relay_path.isEmpy()){
|
||||
if (relay_path.isEmpty()){
|
||||
outString += ">APLO01:!";
|
||||
}else{
|
||||
outString += ">APLO01," + relay_path + ":!";
|
||||
|
|
|
|||
Loading…
Reference in New Issue