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.
1 parent 5f8cb15 commit bf0a900Copy full SHA for bf0a900
examples/Tools/ECCX08CSR/ECCX08CSR.ino
@@ -46,7 +46,7 @@ void setup() {
46
Serial.println();
47
48
if (!ECCX08.locked()) {
49
- String lock = promptAndReadLine("The ECCX08 on your board is not locked, would you like to PERMANTENTLY configure and lock it now? (y/N)", "N");
+ String lock = promptAndReadLine("The ECCX08 on your board is not locked, would you like to PERMANENTLY configure and lock it now? (y/N)", "N");
50
51
if (!lock.startsWith("y")) {
52
Serial.println("Unfortunately you can't proceed without locking it :(");
0 commit comments