mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 17:31:58 +02:00
kill white spaces
This commit is contained in:
+1
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user