Hide wifi pass2

This commit is contained in:
Magnus Persson 2022-04-30 17:46:09 +02:00
parent 328e7e71ae
commit 5bbb7ebfaa

View File

@ -48,6 +48,7 @@ void WebServerHandler::webHandleConfig() {
myConfig.createJson(doc);
doc[PARAM_PASS] = ""; // dont show the wifi password
doc[PARAM_PASS2] = "";
double angle = 0;