Skip to content

Commit cceac64

Browse files
authored
Merge pull request #2 from brentru/update-csr-demo
Update CSR demo
2 parents 1363bcb + 8f2727d commit cceac64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/atecc_csr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# -- Enter your configuration below -- #
88

99
# Lock the ATECC module when the code is run?
10-
LOCK_ATECC = True
10+
LOCK_ATECC = False
1111
# 2-letter country code
1212
MY_COUNTRY = "US"
1313
# State or Province Name
@@ -21,7 +21,7 @@
2121
# Which ATECC slot (0-4) to use
2222
ATECC_SLOT = 0
2323
# Generate new private key, or use existing key
24-
GENERATE_PRIVATE_KEY = False
24+
GENERATE_PRIVATE_KEY = True
2525

2626
# -- END Configuration, code below -- #
2727

0 commit comments

Comments
 (0)