Comment added: delay of 100ms added to the energy saver dummy code.
This commit is contained in:
parent
b2d513dcde
commit
0e33d52af4
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ void loop() {
|
|||
pushToInfluxDB(DEVICE_NAME, currentSensorData);
|
||||
|
||||
//ESP.deepSleep(UPDATE_INTERVAL * 1000000);
|
||||
//delay(100);
|
||||
delay(UPDATE_INTERVAL * 1000);
|
||||
/**/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue