File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ MP_PROPERTY_GETSET(bleio_adapter_name_obj,
198198//| :param bool anonymous: If `True` then this device's MAC address is randomized before advertising.
199199//| :param int timeout: If set, we will only advertise for this many seconds. Zero means no timeout.
200200//| :param float interval: advertising interval, in seconds
201- //| :param tx_power int: transmitter power while advertising in dBm
202- //| :param directed_to Address: peer to advertise directly to"""
201+ //| :param int tx_power : transmitter power while advertising in dBm
202+ //| :param Address directed_to : peer to advertise directly to"""
203203//| ...
204204STATIC mp_obj_t bleio_adapter_start_advertising (mp_uint_t n_args , const mp_obj_t * pos_args , mp_map_t * kw_args ) {
205205 bleio_adapter_obj_t * self = MP_OBJ_TO_PTR (pos_args [0 ]);
You can’t perform that action at this time.
0 commit comments