Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed Dec 7, 2023
1 parent 852c181 commit 7385b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ConfigAssistHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ class ConfigAssistHelper
}
}
}
//Close key vals
_conf->getNextKeyVal(c, true);
// Turn off led
if(ledPin >=0 ) digitalWrite(ledPin, 1);

Expand Down

0 comments on commit 7385b2f

Please sign in to comment.