File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 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);
332
332
//|
333
333
//| **Limitations:** On Espressif, ``authmode`` with a non-empty password must include
334
334
//| `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.
337
338
//|
338
339
//| The length of ``password`` must be 8-63 characters if it is ASCII,
339
340
//| 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