backupDigimode avoided in only rx mode

This commit is contained in:
richonguzman
2024-08-14 13:37:52 -04:00
parent 39276b0d32
commit 4fb4712a33
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ namespace GPS_Utils {
Config.aprs_is.objectsToRF = false;
Config.beacon.sendViaRF = false;
Config.digi.mode = 0;
Config.backupDigiMode = false;
}
String beaconPacket = Config.callsign;
beaconPacket += ">APLRG1";