Skip to content

Commit 5c04410

Browse files
committed
examples: Update device ID.
1 parent be3ab01 commit 5c04410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
KEY_PATH = "pkcs11:token=arduino"
1616
CERT_PATH = "pkcs11:token=arduino"
1717
CA_PATH = "ca-root.pem"
18-
DEVICE_ID = b"25deeda1-3fda-4d06-9c3c-dd31be382cd2"
18+
DEVICE_ID = b"fcbb21b8-b5b8-4961-a89f-a3f1abda7957"
1919

2020

2121
async def user_main(client):

0 commit comments

Comments
 (0)