Enabling (open AP mode) CYW43 #11477
-
I am running MicroPython version : 3.4.0: MicroPython v1.20.0 on 2023-04-26 I stumbled across the following URL which led me to believe there was a bug not allowing open AP mode : I don't know if the MicroPython version i am running still has this bug, or if my config field is incorrect. (ie error in my coding) I was attempting to enable AP mode with no security. Open Mode.
Which then yields the following error : ValueError: unknown config param Thank you ahead of time. At this point, i am at a dead stop. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
As per the documentation (see https://docs.micropython.org/en/latest/library/network.WLAN.html#network.WLAN.config) the argument is |
Beta Was this translation helpful? Give feedback.
The sequence below works here as well with a Pico W with the same firmware version
MicroPython v1.20.0 on 2023-04-26; Raspberry Pi Pico W with RP2040
If you just run these three lines, does it fail as well? What else is in your scripts?