mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-25 20:41:22 +02:00
WIDE and bmp add
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user