Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/atecc_csr.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -- Enter your configuration below -- #

# Lock the ATECC module when the code is run?
LOCK_ATECC = True
LOCK_ATECC = False
# 2-letter country code
MY_COUNTRY = "US"
# State or Province Name
Expand All @@ -21,7 +21,7 @@
# Which ATECC slot (0-4) to use
ATECC_SLOT = 0
# Generate new private key, or use existing key
GENERATE_PRIVATE_KEY = False
GENERATE_PRIVATE_KEY = True

# -- END Configuration, code below -- #

Expand Down