From 8a7511a9411214f17d37ab637c6df50e94a97553 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 24 Dec 2025 17:55:27 +0100 Subject: [PATCH] default no sleep is true in standalone --- lib_standalone/ESP32React.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_standalone/ESP32React.h b/lib_standalone/ESP32React.h index 4da6036a6..23e3a5736 100644 --- a/lib_standalone/ESP32React.h +++ b/lib_standalone/ESP32React.h @@ -26,7 +26,7 @@ class DummySettings { public: // SYSTEM bool bandwidth20 = false; - bool nosleep = false; + bool nosleep = true; // MQTT uint16_t publish_time = 10;