power save - Reduce EMS-ESP energy consumption #3213

This commit is contained in:
proddy
2026-09-01 21:56:36 +02:00
parent e3b36a4084
commit ad62c79a40
10 changed files with 124 additions and 32 deletions
+3
View File
@@ -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
}