Skip to content

Commit

Permalink
se viene thirdParty
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 5, 2024
1 parent 6913b6b commit 1063a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digi_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 1063a82

Please sign in to comment.