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: CHANGELOG.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,13 @@ All notable changes to this project will be documented in this file. We'll also
3
3
4
4
## [4.0] - November 23 2015
5
5
6
-
26,686 bytes compiled
6
+
26,734 bytes compiled
7
7
8
-
Welcome to version 4!
9
-
10
-
## [Removed] The pwd command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
11
-
## [Removed] The sync command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
8
+
Welcome to version 4! Now compiles under Arduino v1.6.x! Worked on issue #168. Fixed issue #178. Thanks @jremington! Now works with Bill's latest [SD lib](https://github.com/greiman/SdFat-beta).
12
9
13
-
Now compiles under Arduino v1.6.x! Worked on issue #168. Fixed issue #178. Thanks @jremington! Now works with Bill's latest [SD lib](https://github.com/greiman/SdFat-beta).
10
+
[Added] Escape character sequences are now removed from logs. If you hit ctrl+z three times you'll drop to the command shell and the three escape characters will not be recorded to the log.
11
+
[Removed] The pwd command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
12
+
[Removed] The sync command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
14
13
15
14
Fixed a bad bug found by @ystark. Thank you! New file name array is now correctly defined as static.
The 16GB card with tons of files continue to have problems but the other cards (FAT and FAT32) are acceptable. Whenever possible, use a clean, empty, freshly formatted card.
190
+
The 16GB card with tons of files continue to have problems but the other cards (FAT and FAT32) are acceptable. Whenever possible, use a clean, empty, freshly formatted card.
192
191
193
-
"rm -rf mydirectory" to remove a directory and all its files
192
+
To remove a directory and all its files:
193
+
194
+
rm -rf mydirectory
194
195
195
196
Windows 7 stores the Arduino hex file in an awful place. Something like:
0 commit comments