From 1063a8229405c0c78fcf10edaad6cc0d52a3d9f7 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 5 Oct 2024 20:25:29 -0300 Subject: [PATCH] se viene thirdParty --- src/digi_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digi_utils.cpp b/src/digi_utils.cpp index ef26a93..b7bb818 100644 --- a/src/digi_utils.cpp +++ b/src/digi_utils.cpp @@ -114,7 +114,7 @@ namespace DIGI_Utils { // sin path "," y !thirdParty } else if (temp.indexOf(",") == -1 && !thirdParty && (Config.digi.mode == 2 || backUpDigiMode || Config.digi.mode == 3) && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) { - Serial.println("sin path, 125k"); + Serial.println("CrossFreqDigi, sin path , no thirdParty"); return buildPacket("", packet, thirdParty, true);