Skip to content

Commit

Permalink
Setup page displays old values again
Browse files Browse the repository at this point in the history
  • Loading branch information
Manawyrm committed Jul 13, 2019
1 parent 43f8d01 commit 419b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WLAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void selectStringGenerate()
selectString = selectString + "document.getElementById('textAnzeige').value='"+ String (state) +"';\n";
}
selectString = selectString + "document.getElementById('wlanssid').value='"+ String (disp.wlanssid) +"';\n";
selectString = selectString + "document.getElementById('wlanPassword').value='"+ String (disp.wlanPassword) +"';\n";
selectString = selectString + "document.getElementById('wlanpassword').value='"+ String (disp.wlanPassword) +"';\n";
selectString = selectString + "</script>";
}

Expand Down

0 comments on commit 419b254

Please sign in to comment.