Skip to content

Commit

Permalink
add missing debug toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Jun 30, 2022
1 parent 01bd8a3 commit 605d1e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 106,8 @@ void setup() {
Serial.println("[ERROR] TEST");
Serial.println("[INFORMATION] TEST");


wm.setDebugOutput(true);
wm.debugPlatformInfo();

//reset settings - for testing
Expand Down Expand Up @@ -222,7 224,7 @@ void setup() {

// set Hostname

wm.setHostname(("WM_" wm.getDefaultAPName()).c_str());
// wm.setHostname(("WM_" wm.getDefaultAPName()).c_str());
// wm.setHostname("WM_RANDO_1234");

// set custom channel
Expand Down

0 comments on commit 605d1e8

Please sign in to comment.