mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-09 23:13:56 +01:00
digiEcoMode forces APRS.active = false
This commit is contained in:
parent
796ba35357
commit
2418291ac9
|
|
@ -101,6 +101,7 @@ 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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue