diff --git a/examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino b/examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino index b9b76715..132e5d68 100644 --- a/examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino +++ b/examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino @@ -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();