Skip to content

Commit

Permalink
Update UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Sep 13, 2022
1 parent b83b0b7 commit a6735cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ble_beacon_sendtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ble = BLERadio()

advertisement = iBeaconAdvertisement()
advertisement.uuid = b"circuitPython123"
advertisement.uuid = b"CircuitPython123"
advertisement.major = 1
advertisement.minor = 32
advertisement.beacon_tx_power = -80
Expand Down

0 comments on commit a6735cb

Please sign in to comment.