Merge branch 'master' of github.com:iu2frl/TTGO-T-Beam-LoRa-APRS
This commit is contained in:
commit
3449964677
|
|
@ -251,7 +251,7 @@ void prepareAPRSFrame(){
|
||||||
outString = "";
|
outString = "";
|
||||||
outString += Tcall;
|
outString += Tcall;
|
||||||
|
|
||||||
if (relay_path.isEmpy()){
|
if (relay_path.isEmpty()){
|
||||||
outString += ">APLO01:!";
|
outString += ">APLO01:!";
|
||||||
}else{
|
}else{
|
||||||
outString += ">APLO01," + relay_path + ":!";
|
outString += ">APLO01," + relay_path + ":!";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue