mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
dock/messaging: remove TODO about using Bluetooth address
This has been fixed, so we can remove the TODO.
This commit is contained in:
+1
-1
Submodule pybricks-projects updated: a18ba6499c...7bc9ef5acf
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user