default no sleep is true in standalone

This commit is contained in:
proddy
2025-12-24 17:55:27 +01:00
parent a9511e6a29
commit 8a7511a941

View File

@@ -26,7 +26,7 @@ class DummySettings {
public: public:
// SYSTEM // SYSTEM
bool bandwidth20 = false; bool bandwidth20 = false;
bool nosleep = false; bool nosleep = true;
// MQTT // MQTT
uint16_t publish_time = 10; uint16_t publish_time = 10;