se viene thirdParty

This commit is contained in:
richonguzman 2024-10-05 20:25:29 -03:00
parent 6913b6b89f
commit 1063a82294
1 changed files with 1 additions and 1 deletions

View File

@ -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);