mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-04 23:04:20 +01:00
rfonly fix
This commit is contained in:
parent
090c48a893
commit
79e88bb03f
|
|
@ -48,7 +48,7 @@ namespace SYSLOG_Utils {
|
|||
}
|
||||
} else if (type == "LoRa Tx") {
|
||||
if (packet.indexOf("RFONLY") > 10) {
|
||||
syslogPacket += type + " / RFONLY / " + packet.substring(packet.indexOf("::")+2);
|
||||
syslogPacket += type + " / RFONLY / " + packet;
|
||||
} else if (packet.indexOf("::") > 10) {
|
||||
syslogPacket += type + " / MESSAGE / " + packet.substring(0,packet.indexOf(">")) + " ---> " + packet.substring(packet.indexOf("::")+2);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue