File tree 2 files changed +18
-18
lines changed
2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,3 @@ them to the [support forum](https://forum.arduino.cc/index.php?board=103).
53
53
> "How do I use this library?"
54
54
55
55
> "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
Original file line number Diff line number Diff line change
1
+ # Enable debug interface on Serail1
2
+
3
+ * Default disable the debug interface.
4
+
5
+ If you want to enable debug trace on Serial1 to debug corelib, follow these instructions.
6
+
7
+ 1 . Shut down the IDE
8
+ 2 . Go to Arduino15 directory
9
+ * Windows: ` C:\Users\<user>\AppData\Roaming\Arduino15 `
10
+ * OS X: ` ~/Library/Arduino15 `
11
+ * Linux: ` ~/.arduino15 `
12
+ 3 . Modify the platform.txt
13
+ * Find ` compiler.c.flags ` and add ` -DCONFIGURE_DEBUG_CORELIB_ENABLED ` at the end of this line
14
+ * Find ` compiler.cpp.flags ` and add ` -DCONFIGURE_DEBUG_CORELIB_ENABLED ` at the end of this line
15
+ 4 . Initial Serial1 in your sketch
16
+ * Add ` Serial1.begin(115200); ` in your ` setup() `
17
+ 5 . Adjust the output level at log_init function in log.c
18
+
You can’t perform that action at this time.
0 commit comments