micropython-lib/micropython/bluetooth/aioble/examples
Stephen More d4362d5cc3 aioble/examples/temp_sensor.py: Wait forever for client to disconnect.
This sets the disconnected timeout to None, so that the peripheral waits
forever for the client to disconnect.  Previously the peripheral would
abort the connection after 60 seconds (because that's the default timeout).

Signed-off-by: Stephen More <stephen.more@gmail.com>
2024-05-24 18:05:19 +10:00
..
l2cap_file_client.py all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
l2cap_file_server.py all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
temp_client.py all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
temp_sensor.py aioble/examples/temp_sensor.py: Wait forever for client to disconnect. 2024-05-24 18:05:19 +10:00