Skip to content

Commit 1580af9

Browse files
committed
Examples: fix sketch description using SecureElement naming
1 parent 7249484 commit 1580af9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: examples/CertificateSigningRequest/CertificateSigningRequest.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This sketch can be used to generate a CSR for a private key
55
generated in an ECC508/ECC608 or SE050 crypto chip slot.
66
7-
If the ECC508/ECC608 is not configured and locked it prompts
7+
If the SecureElement is not configured and locked it prompts
88
the user to configure and lock the chip with a default TLS
99
configuration.
1010

Diff for: examples/SelfSignedCertificate/SelfSignedCertificate.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This sketch can be used to generate a self signed certificate
55
for a private key generated in an ECC508/ECC608 or SE050 crypto chip slot.
66
7-
If the crypto chip is not configured and locked it prompts
7+
If the SecureElement is not configured and locked it prompts
88
the user to configure and lock the chip with a default TLS
99
configuration.
1010
@@ -145,4 +145,4 @@ String readLine() {
145145
}
146146

147147
return line;
148-
}
148+
}

0 commit comments

Comments
 (0)