View Single Post
Old 08-03-2024, 06:56 PM   #3
MulletGoneViral
Member
MulletGoneViral began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2024
Device: Kobo Clara Colour
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",
},
}
MulletGoneViral is offline   Reply With Quote