mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-03 18:45:12 +08:00
Change wording for encryption
set No instead of nothing and set Yes instead of *
This commit is contained in:
parent
4c4a78fc62
commit
b7e6804e24
@ -1379,7 +1379,7 @@ void handle_web_interface_configSTA()
|
|||||||
TD_ENTRY(WiFi.SSID(i))
|
TD_ENTRY(WiFi.SSID(i))
|
||||||
stmp = String(100+WiFi.RSSI(i)) + "%";
|
stmp = String(100+WiFi.RSSI(i)) + "%";
|
||||||
TD_ENTRY(stmp.c_str())
|
TD_ENTRY(stmp.c_str())
|
||||||
TD_ENTRY((WiFi.encryptionType(i) == ENC_TYPE_NONE)?" ":"*")
|
TD_ENTRY((WiFi.encryptionType(i) == ENC_TYPE_NONE)?PROGMEM2CHAR(VALUE_NO):PROGMEM2CHAR(VALUE_YES))
|
||||||
}
|
}
|
||||||
//close table
|
//close table
|
||||||
buffer2send+=(PROGMEM2CHAR(TABLE_END));
|
buffer2send+=(PROGMEM2CHAR(TABLE_END));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user