WIDE and bmp add

This commit is contained in:
richonguzman
2023-10-09 22:12:29 -03:00
parent 68c9866191
commit 2c5e3d2c47
6 changed files with 36 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ String process(String query, String station, String queryOrigin) {
if (queryOrigin == "APRSIS") {
return Config.callsign + ">APLRG1,TCPIP,qAC::" + station + ":" + answer + "\n";
} else { //} if (queryOrigin == "LoRa") {
return Config.callsign + ">APLRG1,RFONLY::" + station + ":" + answer;
return Config.callsign + ">APLRG1,RFONLY,WIDE1-1::" + station + ":" + answer;
}
}