Skip to content

Commit 144d961

Browse files
authored
Document pretty printing in README/keywords. (#35)
1 parent b160cb9 commit 144d961

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ void setup()
4444
}
4545
/* ... */
4646
```
47+
**Note**: If you enable pretty printing using 4-bit shell color escape sequences via `prettyPrintOn` then you'll need to start `minicom` with `--color=on`:
48+
```bash
49+
minicom -D /dev/ttyACM0 --color=on
50+
```

keywords.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ DBG_WARNING KEYWORD2
1818
DBG_INFO KEYWORD2
1919
DBG_DEBUG KEYWORD2
2020
DBG_VERBOSE KEYWORD2
21+
prettyPrintOn KEYWORD2
22+
prettyPrintOff KEYWORD2
2123

2224
#######################################
2325
# Constants (LITERAL1)

0 commit comments

Comments
 (0)