mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-27 21:41:08 +02:00
crc mismatch fix
This commit is contained in:
+1
-1
@@ -181,6 +181,7 @@ namespace LoRa_Utils {
|
||||
if (Config.syslog.active && WiFi.status() == WL_CONNECTED) {
|
||||
SYSLOG_Utils::log("Rx", "RADIOLIB_ERR_CRC_MISMATCH", 0,0,0);
|
||||
}
|
||||
loraPacket = "";
|
||||
} else {
|
||||
Utils::print(F("failed, code "));
|
||||
Utils::println(String(state));
|
||||
@@ -194,7 +195,6 @@ namespace LoRa_Utils {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
return loraPacket;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user