We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c266d30 commit d1d372aCopy full SHA for d1d372a
1 file changed
micropython/bluetooth/aioble/examples/l2cap_file_server.py
@@ -33,7 +33,7 @@
33
_CONTROL_CHARACTERISTIC_UUID = bluetooth.UUID("0492fcec-7194-11eb-9439-0242ac130003")
34
35
# How frequently to send advertising beacons.
36
-_ADV_INTERVAL_MS = 250_000
+_ADV_INTERVAL_US = 250_000
37
38
39
_COMMAND_SEND = const(0)
0 commit comments