micropython-lib/micropython/bluetooth/aioble/examples
Stephen More 191494ede7 aioble/examples/temp_sensor.py: Properly notify on update.
This ensures that the peripheral notifies subscribed clients when the
characteristic is written to.

Signed-off-by: Stephen More <stephen.more@gmail.com>
2024-05-24 18:03:41 +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: Properly notify on update. 2024-05-24 18:03:41 +10:00