aprsis.active update in digi.ecoMode == 1 ?

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-03-04 11:21:26 -03:00
parent 2418291ac9
commit e57fad6666
2 changed files with 1 additions and 1 deletions

View File

@@ -101,7 +101,6 @@ namespace QUERY_Utils {
if (digiEcoMode == 0) { // Start Digipeater EcoMode
answer = "DigiEcoMode:ON";
Config.digi.ecoMode = 1;
Config.aprs_is.active = false;
shouldSleepLowVoltage = true; // to make sure all packets in outputPacketBuffer are sent before restart.
saveNewDigiEcoModeConfig = true;
} else {