2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/ui/network
Glen Sawyer 7753577616
[reMarkable] Don't need to keep attempting WiFi connection after success (#7121)
If we're in range of multiple known WiFi Access Points (including multiple instances of the same SSID), we don't need to keep trying to connect after the first successful connection.

Minimal change would have been replacing the return inside the foreach function with return [a non-nil value].
But foreach is deprecated, and since I was touching the code anyhow, I figured I'd do that tiny update as well.
2021-01-16 21:44:47 +01:00
..
manager.lua [reMarkable] Don't need to keep attempting WiFi connection after success (#7121) 2021-01-16 21:44:47 +01:00
networklistener.lua Cleanup eye-gouging madness around io.read calls (#7149) 2021-01-16 04:41:46 +01:00
wpa_supplicant.lua Minor util & ffi/util cleanups (#6657) 2020-09-15 20:39:32 +02:00