mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-31 02:59:10 +03:00
default no sleep is true in standalone
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user