8000 update tx_power description per dhalbert suggestion · kevincon/circuitpython@2d7793e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d7793e

Browse files
committed
update tx_power description per dhalbert suggestion
1 parent 698d563 commit 2d7793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ MP_PROPERTY_GETSET(wifi_radio_mac_address_obj,
139139
(mp_obj_t)&wifi_radio_set_mac_address_obj);
140140

141141
//| tx_power: int
142-
//| """Set TX WiFi power."""
142+
//| """Wifi transmission power, in dBm."""
143143
//|
144144
STATIC mp_obj_t wifi_radio_get_tx_power(mp_obj_t self_in) {
145145
wifi_radio_obj_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)
0