From 279b0a2a7e5b619c838cfe8e261bf2c21d064e16 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 12 Feb 2020 15:56:03 -0600 Subject: [PATCH] dock/messaging: remove TODO about using Bluetooth address This has been fixed, so we can remove the TODO. --- pybricks-projects | 2 +- pybricks/messaging.py | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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.