Skip to content

Commit

Permalink
Update CipherCode_exampleSerial.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipecouto committed Jun 28, 2023
1 parent 625c6be commit 3d338fb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -77,7 +77,7 @@ void loop() {
case 6:
Serial.println("--> " + msnStr(txt, code));
break;
case 7:
case 7:
Serial.println("--> " + reverseStr(txt));
break;
default:
Expand All @@ -93,4 +93,4 @@ void loop() {
Serial.println("\nEnter text to encode:");
menu = 1;
}
}
}

0 comments on commit 3d338fb

Please sign in to comment.