Update: deleted network.lua, launched koreader again, and it worked (but only on koreader)! I connected to the network again, disconnected, tried again, annnnnnd it crashed.
What is going on?
The contents of network.lua is as follows, (some info redacted ofc):
return {
["WifiName"] = {
["flags"] = "[WPA2-PSK-CCMP][WPS-AUTH][ESS]",
["password"] = "Password",
["psk"] = "thenetworkpsk",
["ssid"] = "WifiName",
},
["Other old wifi"] = {
["flags"] = "[ESS]",
["password"] = "",
["ssid"] = "Other old wifi",
},
}
|