You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/PrefabFileExplorer/PrefabFileExplorer.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* The prefab includes a file write command that lets you stream text files to a file on the SD card or open a file and sent typed text to the file.
8
8
* When this command is activated the command processor will stop working until the ASCII value 4 is received.
9
9
* This can be sent from a terminal application such as coolTerm by pressing CONTROL+D
10
-
* The Arduino Serial terminal does NOT allow you to send this character and so you cannot rerminate the file download when using the Arduino Serial terminal.
10
+
* The Arduino Serial terminal does NOT allow you to send this character and so you cannot terminate the file download when using the Arduino Serial terminal.
0 commit comments