You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importwifi# 1 - give it an AuthModewifi.radio.start_ap(ssid='Wireless', password='wireless', authmode=wifi.AuthMode.WPA2)
# 2 - give it an AuthMode inside an iterable list to make it iterable as requestedwifi.radio.start_ap(ssid='Wireless', password='wireless', authmode=[wifi.AuthMode.WPA2])
Behavior
1 - It refuses and requests the AuthMode to be iterable
TypeError: 'AuthMode' object is not iterable
2 - It is not satisified even when it is iterable
ValueError: Invalid authmode
Description
The AP mode refuses to use AuthMode other than the default open unencrypted mode.
The problem might be a usage/syntax error, please tell me if so and how to fix it.
The errors are translated from Swedish.
Additional information
No response
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
1 - It refuses and requests the AuthMode to be iterable
TypeError: 'AuthMode' object is not iterable
2 - It is not satisified even when it is iterable
ValueError: Invalid authmode
Description
The AP mode refuses to use AuthMode other than the default open unencrypted mode.
The problem might be a usage/syntax error, please tell me if so and how to fix it.
The errors are translated from Swedish.
Additional information
No response
The text was updated successfully, but these errors were encountered: