Skip to content

Commit

Permalink
Don't show AP password on the console
Browse files Browse the repository at this point in the history
  • Loading branch information
wvolz committed Mar 30, 2021
1 parent 61c17cd commit 67b84a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pio/lib/WiFiManagerKT/WiFiManagerKT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ void WiFiManager::setupConfigPortal()
DEBUG_WM(F("Invalid AccessPoint password. Ignoring"));
_apPassword = NULL;
}
DEBUG_WM(_apPassword);
//Don't show ap password on the console
//DEBUG_WM(_apPassword);
}

//optional soft ip config
Expand Down

0 comments on commit 67b84a5

Please sign in to comment.