File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,8 +332,9 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_station_obj, wifi_radio_stop_station);
332332//|
333333//| **Limitations:** On Espressif, ``authmode`` with a non-empty password must include
334334//| `wifi.AuthMode.PSK`, and one or both of `wifi.AuthMode.WPA` and `wifi.AuthMode.WPA2`.
335- //| On Pi Pico W, ``authmode`` is ignored; it is always ``(wifi.AuthMode.WPA2, wifi.AuthMode.PSK)`
336- //| with a non-empty password, or ``(wifi.AuthMode.OPEN,)`` when no password is given.
335+ //| On Pi Pico W, ``authmode`` is ignored; it is always ``(wifi.AuthMode.WPA2, wifi.AuthMode.PSK)``
336+ //| with a non-empty password, or ``(wifi.AuthMode.OPEN)``, when no password is given.
337+ //| On Pi Pico W, the AP can be started and stopped only once per reboot.
337338//|
338339//| The length of ``password`` must be 8-63 characters if it is ASCII,
339340//| or exactly 64 hexadecimal characters if it is the hex form of the 256-bit key.
You can’t perform that action at this time.
0 commit comments