diff --git a/src/main.cpp b/src/main.cpp index 0b07f55..7a3aafd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -328,7 +328,7 @@ void setup() { void loop() { os_runloop_once(); - LowPower.sleep(1000); + //LowPower.sleep(1000); }