-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
Whoops, didn't see this somehow. Still need help? |
Beta Was this translation helpful? Give feedback.
-
|
Yes.
|
Beta Was this translation helpful? Give feedback.
-
|
Ok, first, don't list them into a variable, list them in a list |
Beta Was this translation helpful? Give feedback.
-
|
I'll see if I can help a bit more later |
Beta Was this translation helpful? Give feedback.
-
|
It’s currently the most important bug we need to fix. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.