kopia lustrzana https://github.com/micropython/micropython-lib
Fix units in ADV_INTERVAL constant
Similar to fix already applied to README 57ce3ba95c
pull/927/head
rodzic
394cbfc98a
commit
f1187d5818
|
@ -20,7 +20,7 @@ _ENV_SENSE_TEMP_UUID = bluetooth.UUID(0x2A6E)
|
|||
_ADV_APPEARANCE_GENERIC_THERMOMETER = const(768)
|
||||
|
||||
# How frequently to send advertising beacons.
|
||||
_ADV_INTERVAL_MS = 250_000
|
||||
_ADV_INTERVAL_US = 250_000
|
||||
|
||||
|
||||
# Register GATT server.
|
||||
|
|
Ładowanie…
Reference in New Issue