File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 " " ;
You can’t perform that action at this time.
0 commit comments