Skip to content

Commit

Permalink
Revert "Don't send existing wifi password to config page"
Browse files Browse the repository at this point in the history
This reverts commit a5dbcfa.
  • Loading branch information
wvolz committed Jul 13, 2021
1 parent a5dbcfa commit 5507c1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pio/lib/WiFiManagerKT/WiFiManagerKT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@ void WiFiManager::handleWifi()
page += FPSTR(HTTP_FORM_START1);
page += _ssid;
page += FPSTR(HTTP_FORM_START2);
// don't send existing password to web
//page += _pass;
page += _pass;
page += FPSTR(HTTP_FORM_START3);

char parLength[2];
Expand Down

0 comments on commit 5507c1c

Please sign in to comment.