We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394cbfc commit f1187d5Copy full SHA for f1187d5
micropython/bluetooth/aioble/examples/temp_sensor.py
@@ -20,7 +20,7 @@
20
_ADV_APPEARANCE_GENERIC_THERMOMETER = const(768)
21
22
# How frequently to send advertising beacons.
23
-_ADV_INTERVAL_MS = 250_000
+_ADV_INTERVAL_US = 250_000
24
25
26
# Register GATT server.
0 commit comments