mirror of https://github.com/arendst/Tasmota.git
Fix display of wifi scan signal strength
Fix display of wifi scan signal strength
This commit is contained in:
parent
d0774995de
commit
250e3f3dc4
|
@ -1696,7 +1696,7 @@ void HandleWifiConfiguration(void)
|
|||
HtmlEscape(WiFi.SSID(indices[i])).c_str(),
|
||||
WiFi.channel(indices[i]),
|
||||
GetTextIndexed(encryption, sizeof(encryption), auth +1, kEncryptionType),
|
||||
quality, WiFi.RSSI()
|
||||
quality, WiFi.RSSI(indices[i])
|
||||
);
|
||||
delay(0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue