mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-22 21:08:32 +00:00
Release of WLED v0.11.1
Fixed AP hide not saving (fixes #1520) Fixed MQTT password re-transmitted to HTML Hide Update buttons while uploading, accept .bin Make sure AP password is at least 8 characters long
This commit is contained in:
parent
c277ebb43e
commit
5d6b97a63e
11 changed files with 845 additions and 814 deletions
|
@ -329,7 +329,6 @@ void getSettingsJS(byte subPage, char* dest)
|
|||
sappends('s',SET_F("MS"),mqttServer);
|
||||
sappend('v',SET_F("MQPORT"),mqttPort);
|
||||
sappends('s',SET_F("MQUSER"),mqttUser);
|
||||
sappends('s',SET_F("MQPASS"),mqttPass);
|
||||
byte l = strlen(mqttPass);
|
||||
char fpass[l+1]; //fill password field with ***
|
||||
fpass[l] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue