Skip to content

Commit 269ca41

Browse files
committedOct 11, 2022
examples: Update MicroPython example device ID.
·
v1.4.1v0.0.5
1 parent dc82433 commit 269ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/micropython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
KEY_PATH = "key.der"
1212
CERT_PATH = "cert.der"
13-
DEVICE_ID = b"25deeda1-3fda-4d06-9c3c-dd31be382cd2"
13+
DEVICE_ID = b"fcbb21b8-b5b8-4961-a89f-a3f1abda7957"
1414

1515

1616
async def user_main(client):

0 commit comments

Comments
 (0)
Please sign in to comment.