This commit is contained in:
richonguzman
2025-04-24 10:36:08 -04:00
parent ae3947b7ea
commit eb5b3aaa25
8 changed files with 137 additions and 87 deletions

View File

@@ -148,11 +148,7 @@ namespace DIGI_Utils {
if (!queryMessage) {
String loraPacket = generateDigipeatedPacket(packet.substring(3), thirdPartyPacket);
if (loraPacket != "") {
if (Config.lowPowerMode) {
LoRa_Utils::sendNewPacket(loraPacket);
} else {
STATION_Utils::addToOutputPacketBuffer(loraPacket);
}
STATION_Utils::addToOutputPacketBuffer(loraPacket);
displayToggle(true);
lastScreenOn = millis();
}