Merge branch 'master' of github.com:iu2frl/TTGO-T-Beam-LoRa-APRS
This commit is contained in:
commit
4356436449
|
|
@ -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()){
|
||||
|
|
|
|||
Loading…
Reference in New Issue