Skip to content

Commit

Permalink
Make sure to use unique test service uuids.
Browse files Browse the repository at this point in the history
We don't want to accidentally run board1 and board2 of unrelated tests.
  • Loading branch information
floitsch committed Nov 24, 2024
1 parent efeb21c commit c982632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hw/esp32/ble4-shared.toit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import monitor

import .ble-util

TEST-SERVICE ::= BleUuid "df451d2d-e899-4346-a8fd-bca9cbfebc0b"
TEST-SERVICE ::= BleUuid "650a73d3-d7fd-4d08-b734-d11e25b0856d"

TEST-CHARACTERISTIC ::= BleUuid "77d0b04e-bf49-4048-a4cd-fb46be32ebd0"
TEST-CHARACTERISTIC-CALLBACK ::= BleUuid "1a1bb179-c006-4217-a57b-342e24eca694"
Expand Down

0 comments on commit c982632

Please sign in to comment.