Skip to content

Commit

Permalink
update doc per review
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 4, 2020
1 parent 57fa6be commit 6214455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared-bindings/wifi/Radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
//|

//| enabled: bool
//| """True when the wifi radio is enabled."""
//| """True when the wifi radio is enabled.
//| If you set the value to ``False``, any open sockets will be closed.
//| """
//|
STATIC mp_obj_t wifi_radio_get_enabled(mp_obj_t self) {
return mp_obj_new_bool(common_hal_wifi_radio_get_enabled(self));
Expand Down

0 comments on commit 6214455

Please sign in to comment.