update tx_power description per dhalbert suggestion
This commit is contained in:
parent
698d563dcf
commit
2d7793e140
|
@ -139,7 +139,7 @@ MP_PROPERTY_GETSET(wifi_radio_mac_address_obj,
|
||||||
(mp_obj_t)&wifi_radio_set_mac_address_obj);
|
(mp_obj_t)&wifi_radio_set_mac_address_obj);
|
||||||
|
|
||||||
//| tx_power: int
|
//| tx_power: int
|
||||||
//| """Set TX WiFi power."""
|
//| """Wifi transmission power, in dBm."""
|
||||||
//|
|
//|
|
||||||
STATIC mp_obj_t wifi_radio_get_tx_power(mp_obj_t self_in) {
|
STATIC mp_obj_t wifi_radio_get_tx_power(mp_obj_t self_in) {
|
||||||
wifi_radio_obj_t *self = MP_OBJ_TO_PTR(self_in);
|
wifi_radio_obj_t *self = MP_OBJ_TO_PTR(self_in);
|
||||||
|
|
Loading…
Reference in New Issue