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
+1 -1
View File
@@ -60,7 +60,7 @@ namespace LoRa_Utils {
aprsisPacket.trim();
firstPart = aprsisPacket.substring(0, aprsisPacket.indexOf(","));
messagePart = aprsisPacket.substring(aprsisPacket.indexOf("::")+2);
return firstPart + ",TCPIP," + Config.callsign + "::" + messagePart;
return firstPart + ",TCPIP,WIDE1-1," + Config.callsign + "::" + messagePart;
}
String receivePacket() {