Replies: 6 comments 2 replies
|
Whoops, didn't see this somehow. Still need help? |
0 replies
|
Yes.
|
0 replies
|
Ok, first, don't list them into a variable, list them in a list |
0 replies
|
I'll see if I can help a bit more later |
0 replies
|
It’s currently the most important bug we need to fix. |
0 replies
|
I found the problem! I was using += instead of .append when it was listing the networks! I have a few more things to do, then I’ll push the updated version. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For some reason there is a strange bug I can't find in the WiFi settings.
It should just scan for networks, list them all into a variable, have you select which one you wanted to connect to, and then connect to the one you selected. It lists them onto the screen fine, but for some reason, it splits all of the network names into single characters in the variable, and returns a "List index out of range" error.
Once we fix this, I can work on the rest of the settings (like the updater)
Anybody know how to fix this?
All reactions