Skip to content

Commit 9376d21

Browse files
committed
Removes escape sequence from log. Changelog and code whitespace reformatting.
1 parent a822338 commit 9376d21

File tree

4 files changed

+468
-425
lines changed

4 files changed

+468
-425
lines changed

CHANGELOG.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ All notable changes to this project will be documented in this file. We'll also
33

44
## [4.0] - November 23 2015
55

6-
26,686 bytes compiled
6+
26,734 bytes compiled
77

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).
129

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.
1413

1514
Fixed a bad bug found by @ystark. Thank you! New file name array is now correctly defined as static.
1615

@@ -188,9 +187,11 @@ Testing at 57600
188187
* 8GB: 111000/111000, 111000/111000, 111000/111000
189188
* 16GB: 83890/111000, 84908/111000
190189

191-
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.
192191

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
194195

195196
Windows 7 stores the Arduino hex file in an awful place. Something like:
196197

0 commit comments

Comments
 (0)