Skip to content

Commit

Permalink
Examples: SDSendFilesToPC: correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaudette authored Oct 16, 2024
1 parent 8746d12 commit f8e523d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bool SerialManager::respondToByte(char c) {
printHelp();
break;
case 'd':
createDummyFileOnSD(); //send a pointer to the SD system
createDummyFileOnSD(); //this function is in the main *.ino file
break;
case 'L':
Serial.print("SerialMonitor: Listing Files on SD:"); //don't include end-of-line
Expand Down

0 comments on commit f8e523d

Please sign in to comment.