Skip to content

Commit 1063a82

Browse files
committed
se viene thirdParty
1 parent 6913b6b commit 1063a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/digi_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespace DIGI_Utils {
114114

115115
// sin path "," y !thirdParty
116116
} else if (temp.indexOf(",") == -1 && !thirdParty && (Config.digi.mode == 2 || backUpDigiMode || Config.digi.mode == 3) && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) {
117-
Serial.println("sin path, 125k");
117+
Serial.println("CrossFreqDigi, sin path , no thirdParty");
118118
return buildPacket("", packet, thirdParty, true);
119119

120120

0 commit comments

Comments
 (0)