You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
manager.lua [reMarkable] Don't need to keep attempting WiFi connection after success (#7121) 3 years ago
networklistener.lua Cleanup eye-gouging madness around io.read calls (#7149) 3 years ago
wpa_supplicant.lua Minor util & ffi/util cleanups (#6657) 4 years ago