We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a169532 commit 927eb6aCopy full SHA for 927eb6a
src/main.cpp
@@ -192,9 +192,8 @@ loop() {
192
// -------------------------------------------------------------------
193
// Do these things once every 30 seconds
194
195
- if ((millis() - Timer1) >= 30000) {
196
- DBUGLN("Time1");
197
-
+ if ((millis() - Timer1) >= 30000)
+ {
198
if(!Update.isRunning())
199
{
200
if(config_ohm_enabled()) {
0 commit comments