Skip to content

Commit e3314ef

Browse files
committed
Add new picow doc notes
1 parent 2cc05f7 commit e3314ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)