We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1363bcb + 8f2727d commit cceac64Copy full SHA for cceac64
examples/atecc_csr.py
@@ -7,7 +7,7 @@
7
# -- Enter your configuration below -- #
8
9
# Lock the ATECC module when the code is run?
10
-LOCK_ATECC = True
+LOCK_ATECC = False
11
# 2-letter country code
12
MY_COUNTRY = "US"
13
# State or Province Name
@@ -21,7 +21,7 @@
21
# Which ATECC slot (0-4) to use
22
ATECC_SLOT = 0
23
# Generate new private key, or use existing key
24
-GENERATE_PRIVATE_KEY = False
+GENERATE_PRIVATE_KEY = True
25
26
# -- END Configuration, code below -- #
27
0 commit comments