mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 16:05:54 +00:00
backUpDigiMode and BME for HWSL v3 fix
This commit is contained in:
parent
9521a357b1
commit
61db6c3132
2 changed files with 7 additions and 7 deletions
|
|
@ -62,7 +62,7 @@ namespace DIGI_Utils {
|
|||
}
|
||||
if (temp.indexOf(",") > 2) { // checks for path
|
||||
const String& path = temp.substring(temp.indexOf(",") + 1); // after tocall
|
||||
if (Config.digi.mode == 2 && path.indexOf("WIDE1-1") != - 1) {
|
||||
if ((Config.digi.mode == 2 || backUpDigiMode) && path.indexOf("WIDE1-1") != - 1) {
|
||||
return buildPacket(path, packet, thirdParty);
|
||||
} else if (Config.digi.mode == 3) {
|
||||
int wide1Index = path.indexOf("WIDE1-1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue