Skip to content

Commit efd4fff

Browse files
authored
start_ap max_connections ignored
1 parent 8715121 commit efd4fff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,12 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_station_obj, wifi_radio_stop_station);
339339
//| or exactly 64 hexadecimal characters if it is the hex form of the 256-bit key.
340340
//|
341341
//| If ``max_connections`` is given, the access point will allow up to
342-
//| that number of stations to connect."""
342+
//| that number of stations to connect.
343+
//|
344+
//| .. note::
345+
//|
346+
//| In the raspberrypi port (RP2040 CYW43), ``max_connections`` is ignored.
347+
//| """
343348
//| ...
344349
STATIC mp_obj_t wifi_radio_start_ap(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
345350
enum { ARG_ssid, ARG_password, ARG_channel, ARG_authmode, ARG_max_connections };

0 commit comments

Comments
 (0)