mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
The default CYW43 WiFi AP settings were missing the security mode, leaving the AP in open mode by default. That's changed by this commit to use WPA/WPA2 by default. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>