diff --git a/pybricks-projects b/pybricks-projects index a18ba64..7bc9ef5 160000 --- a/pybricks-projects +++ b/pybricks-projects @@ -1 +1 @@ -Subproject commit a18ba6499c47d2f1153fe17d2e839456e5c2075b +Subproject commit 7bc9ef5acf3ed60922d9ce3ce30da0cafab549fa diff --git a/pybricks/messaging.py b/pybricks/messaging.py index 5296e41..977b403 100644 --- a/pybricks/messaging.py +++ b/pybricks/messaging.py @@ -40,9 +40,6 @@ class Mailbox: def send(self, value, brick=None): """Sends a value to this mailbox on connected devices. - .. todo:: Currently the Bluetooth address must be used instead of the - the brick name. - Arguments: value: The value that will be delivered to the mailbox. @@ -174,9 +171,6 @@ class BluetoothMailboxClient: The remote device must be paired and waiting for a connection. See :meth:`BluetoothMailboxServer.wait_for_connection`. - .. todo:: Currently the Bluetooth address must be used instead of the - the brick name. - Arguments: brick (str): The name or Bluetooth address of the remote EV3 to connect to.