We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83b0b7 commit a6735cbCopy full SHA for a6735cb
examples/ble_beacon_sendtest.py
@@ -10,7 +10,7 @@
10
ble = BLERadio()
11
12
advertisement = iBeaconAdvertisement()
13
-advertisement.uuid = b"circuitPython123"
+advertisement.uuid = b"CircuitPython123"
14
advertisement.major = 1
15
advertisement.minor = 32
16
advertisement.beacon_tx_power = -80
0 commit comments