mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
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(),
|
HtmlEscape(WiFi.SSID(indices[i])).c_str(),
|
||||||
WiFi.channel(indices[i]),
|
WiFi.channel(indices[i]),
|
||||||
GetTextIndexed(encryption, sizeof(encryption), auth +1, kEncryptionType),
|
GetTextIndexed(encryption, sizeof(encryption), auth +1, kEncryptionType),
|
||||||
quality, WiFi.RSSI()
|
quality, WiFi.RSSI(indices[i])
|
||||||
);
|
);
|
||||||
delay(0);
|
delay(0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user