Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Nov 5, 2023
1 parent f417a3b commit d151c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ void setup() {
wm.setDebugOutput(true, WM_DEBUG_DEV);
wm.debugPlatformInfo();

wm.setAuthentication(true);
// wm.setAuthCredientials("admin","12345"); // default

//reset settings - for testing
// wm.resetSettings();
// wm.erase();
Expand Down

0 comments on commit d151c2b

Please sign in to comment.