This commit is contained in:
richonguzman
2025-04-24 13:26:34 -04:00
parent 5146db796e
commit d454ab4ba2
5 changed files with 16 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ namespace DIGI_Utils {
String loraPacket = generateDigipeatedPacket(packet.substring(3), thirdPartyPacket);
if (loraPacket != "") {
STATION_Utils::addToOutputPacketBuffer(loraPacket);
displayToggle(true);
if (Config.digi.ecoMode != 1) displayToggle(true);
lastScreenOn = millis();
}
}