Skip to content

Commit d5eb32a

Browse files
committed
cross digi rules added
1 parent d6c5741 commit d5eb32a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/digi_utils.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ namespace DIGI_Utils {
8787
if (path.indexOf("WIDE1-1") != - 1) {
8888
return buildPacket(path, packet, thirdParty, false);
8989
} else if (path.indexOf("WIDE1-1") == -1 && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) { // CrossFreq Digi
90-
//
91-
Serial.println("CrossFreqDigi mode 2");
92-
//
9390
return buildPacket(path, packet, thirdParty, true);
9491
} else {
9592
return "";
@@ -105,9 +102,6 @@ namespace DIGI_Utils {
105102
}
106103
return "";
107104
} else if (path.indexOf("WIDE1-1") == -1 && path.indexOf("WIDE2-") == -1 && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) { // CrossFreq Digi
108-
//
109-
Serial.println("CrossFreqDigi mode 3");
110-
//
111105
return buildPacket(path, packet, thirdParty, true);
112106
} else {
113107
return "";

0 commit comments

Comments
 (0)