Skip to content

Commit a6735cb

Browse files
authored
Update UUID
1 parent b83b0b7 commit a6735cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ble_beacon_sendtest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ble = BLERadio()
1111

1212
advertisement = iBeaconAdvertisement()
13-
advertisement.uuid = b"circuitPython123"
13+
advertisement.uuid = b"CircuitPython123"
1414
advertisement.major = 1
1515
advertisement.minor = 32
1616
advertisement.beacon_tx_power = -80

0 commit comments

Comments
 (0)