Skip to content

Commit f1187d5

Browse files
Fix units in ADV_INTERVAL constant
Similar to fix already applied to README 57ce3ba
1 parent 394cbfc commit f1187d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/bluetooth/aioble/examples/temp_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_ADV_APPEARANCE_GENERIC_THERMOMETER = const(768)
2121

2222
# How frequently to send advertising beacons.
23-
_ADV_INTERVAL_MS = 250_000
23+
_ADV_INTERVAL_US = 250_000
2424

2525

2626
# Register GATT server.

0 commit comments

Comments
 (0)