mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-03 03:42:14 +02:00
syslog update
This commit is contained in:
@@ -56,6 +56,9 @@ namespace SYSLOG_Utils {
|
||||
} else {
|
||||
syslogPacket += type + " / " + packet;
|
||||
}
|
||||
} else if (type == "CRC") {
|
||||
syslogPacket += type + " / CRC-ERROR / " + packet;
|
||||
syslogPacket += " / " + String(rssi) + "dBm / " + String(snr) + "dB / " + String(freqError) + "Hz";
|
||||
} else {
|
||||
syslogPacket = "<165>1 - ERROR LoRa - - - ERROR / Error in Syslog Packet"; //RFC5424 The Syslog Protocol
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user