update tx_power description per dhalbert suggestion

This commit is contained in:
Tod Kurt 2022-07-01 09:49:59 -07:00
parent 698d563dcf
commit 2d7793e140
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ MP_PROPERTY_GETSET(wifi_radio_mac_address_obj,
(mp_obj_t)&wifi_radio_set_mac_address_obj);
//| 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) {
wifi_radio_obj_t *self = MP_OBJ_TO_PTR(self_in);