Skip to content

Commit 2f0e676

Browse files
committed
update doc per review
1 parent 57fa6be commit 2f0e676

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
//|
4949

5050
//| enabled: bool
51-
//| """True when the wifi radio is enabled."""
51+
//| """``True`` when the wifi radio is enabled.
52+
//| If you set the value to ``False``, any open sockets will be closed.
53+
//| """
5254
//|
5355
STATIC mp_obj_t wifi_radio_get_enabled(mp_obj_t self) {
5456
return mp_obj_new_bool(common_hal_wifi_radio_get_enabled(self));

0 commit comments

Comments
 (0)