Skip to content

Commit ebd2ff5

Browse files
committed
README.md: remove Serial1 debug information
1 parent 41f98f9 commit ebd2ff5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,3 @@ them to the [support forum](https://forum.arduino.cc/index.php?board=103).
5353
> "How do I use this library?"
5454
5555
> "I can't get this example sketch to work. What am I doing wrong?"
56-
57-
# Enable debug interface on Serail1
58-
59-
* Default disable the debug interface.
60-
61-
If you want to enable debug trace on Serial1 to debug corelib, follow these instructions.
62-
63-
1. Shut down the IDE
64-
2. Go to Arduino15 directory
65-
* Windows: `C:\Users\<user>\AppData\Roaming\Arduino15`
66-
* OS X: `~/Library/Arduino15`
67-
* Linux: `~/.arduino15`
68-
3. Modify the platform.txt
69-
* Find `compiler.c.flags` and add `-DCONFIGURE_DEBUG_CORELIB_ENABLED` at the end of this line
70-
* Find `compiler.cpp.flags` and add `-DCONFIGURE_DEBUG_CORELIB_ENABLED` at the end of this line
71-
4. Initial Serial1 in your sketch
72-
* Add `Serial1.begin(115200);` in your `setup()`
73-
5. Adjust the output level at log_init function in log.c

0 commit comments

Comments
 (0)