ESP32 DIY 1W LoRa added

This commit is contained in:
richonguzman
2024-01-02 23:05:07 -03:00
parent 9faebc334b
commit 953b5e71e5
2 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -161,7 +161,9 @@ namespace LoRa_Utils {
}
#endif
#ifndef PinPointApp
Serial.println("(RSSI:" +String(rssi) + " / SNR:" + String(snr) + " / FreqErr:" + String(freqError) + ")");
if (loraPacket!="") {
Serial.println("(RSSI:" +String(rssi) + " / SNR:" + String(snr) + " / FreqErr:" + String(freqError) + ")");
}
#endif
if (Config.syslog.active && (stationMode==1 || stationMode==2 || (stationMode==5 && WiFi.status()==WL_CONNECTED)) && loraPacket!="") {
SYSLOG_Utils::log("LoRa Rx", loraPacket, rssi, snr, freqError);