mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-14 14:14:09 +00:00
power save - Reduce EMS-ESP energy consumption #3213
This commit is contained in:
@@ -28,4 +28,7 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
application.loop();
|
||||
#ifndef EMSESP_STANDALONE
|
||||
delay(1); // block for a tick so the idle task gets to run and the core can clock-gate
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user