kill white spaces

This commit is contained in:
richonguzman
2025-05-18 08:44:46 -04:00
parent 9baf066386
commit 194ae94a43
22 changed files with 34 additions and 35 deletions
+1 -2
View File
@@ -27,7 +27,7 @@ namespace SLEEP_Utils {
wakeUpFlag = false;
}
}
void setup() {
if (Config.digi.ecoMode == 1) {
pinMode(RADIO_WAKEUP_PIN, INPUT);
@@ -56,7 +56,6 @@ namespace SLEEP_Utils {
LoRa_Utils::wakeRadio();
esp_light_sleep_start();
}
}
void checkSerial() {