Skip to content

Commit

Permalink
cross digi rules added
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 6, 2024
1 parent d6c5741 commit d5eb32a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/digi_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ namespace DIGI_Utils {
if (path.indexOf("WIDE1-1") != - 1) {
return buildPacket(path, packet, thirdParty, false);
} else if (path.indexOf("WIDE1-1") == -1 && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) { // CrossFreq Digi
//
Serial.println("CrossFreqDigi mode 2");
//
return buildPacket(path, packet, thirdParty, true);
} else {
return "";
Expand All @@ -105,9 +102,6 @@ namespace DIGI_Utils {
}
return "";
} else if (path.indexOf("WIDE1-1") == -1 && path.indexOf("WIDE2-") == -1 && (abs(Config.loramodule.txFreq - Config.loramodule.rxFreq) >= 125000)) { // CrossFreq Digi
//
Serial.println("CrossFreqDigi mode 3");
//
return buildPacket(path, packet, thirdParty, true);
} else {
return "";
Expand Down

0 comments on commit d5eb32a

Please sign in to comment.