Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Oct 10, 2023
1 parent 99f770c commit 439af6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void loop() {
}

// start configportal
if(BUTTONFUNC == 1)
if(BUTTONFUNC == 1){
if (!wm.startConfigPortal("OnDemandAP","12345678")) {
Serial.println("failed to connect and hit timeout");
delay(3000);
Expand Down

0 comments on commit 439af6e

Please sign in to comment.