From 27cb5dd8333b8178d35227358e0169157d153948 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Thu, 6 Feb 2020 19:15:06 +0100 Subject: [PATCH] Trying a large sleep when cap is not charged --- src/AmsToMqttBridge.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AmsToMqttBridge.ino b/src/AmsToMqttBridge.ino index 1545f374..9adaddfb 100644 --- a/src/AmsToMqttBridge.ino +++ b/src/AmsToMqttBridge.ino @@ -97,7 +97,7 @@ void setup() { debugger->print(ESP.getVcc()); debugger->println("mV"); } - ESP.deepSleep(5000000); //Deep sleep for 5 seconds to allow output cap to charge up + ESP.deepSleep(10000000); //Deep sleep to allow output cap to charge up } // Flash the LED, to indicate we can boot as AP now