Sensornode deepsleep info

This commit is contained in:
2017-09-16 19:48:04 +02:00
parent 6fbc1d350f
commit a3c19304d5
2 changed files with 6 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ void loop() {
client.end();
}
//https://www.mikrocontroller.net/topic/384345
ESP.deepSleep(MEASURESECONDS * 1000000);
//Let the esp chill a bit
delay(100);