arduino-esp32/libraries/WiFi
rtrbt 780588dce3
Remove undocumented and uncontrollable WiFI RSSI filter. (#5393)
Commit d15e1b0e [1] in the 2.0.0 pull request #4996 introduced a filter
to connect only to WiFi networks with a RSSI of -75 or better. This
results in strage behaviour, as a scan still shows networks, that can't
be connected to, even though with older versions, connecting to those
networks was possible and the connection (albeit slow) was stable.

Remove the RSSI filter for now by setting the threshold to -127, i.e.
the lowest possible value. Maybe in the future the filter threshold
could be exposed to users, to allow filtering out nearly unreachable
networks.

[1] github.com/espressif/arduino-esp32/pull/4996/commits/d15e1b0
2021-07-16 23:43:25 +03:00
..
examples Add FTM support and examples (#5272) 2021-06-16 21:24:48 +03:00
src Remove undocumented and uncontrollable WiFI RSSI filter. (#5393) 2021-07-16 23:43:25 +03:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00