mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
pybricks.common.BLE.broadcast: fix missing `
This caused bad formatting.
This commit is contained in:
@@ -1299,7 +1299,7 @@ class BLE:
|
||||
|
||||
Starts broadcasting the given data values.
|
||||
|
||||
Each value can be any of ``int``, ``float``, ``str`, ``bytes``,
|
||||
Each value can be any of ``int``, ``float``, ``str``, ``bytes``,
|
||||
``None``, ``True``, or ``False``. The data is broadcasted on the
|
||||
*broadcast_channel* you selected when initializing the hub.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user