mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix Wi-Fi scan results process when scanning fails. (#20631)
This commit is contained in:
parent
58816aa9a2
commit
478bd0ce17
@ -386,7 +386,7 @@ void WifiBeginAfterScan(void)
|
||||
|
||||
ResponseClear();
|
||||
|
||||
uint32_t initial_item = (Wifi.scan_state - 9)*10;
|
||||
int32_t initial_item = (Wifi.scan_state - 9)*10;
|
||||
|
||||
if ( wifi_scan_result > initial_item ) {
|
||||
// Sort networks by RSSI
|
||||
|
Loading…
x
Reference in New Issue
Block a user