drivers
drivers copied to clipboard
wifinina: panic when trying to connect to AP without password
When trying to use the WiFiNINA driver, if you attempt to connect to an unsecured access point, you get the following error:
panic: runtime error: index out of range
It appears this is because the firmware expects an empty string param to have length of zero, and then not actually send any data for the null string. I will submit a PR with a fix that appears to address this shortly.