File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ Future upgrades may fail since the internal contents were modified by hand. In
21
21
order to recover, shut down the IDE, delete the entire ` Arduino15 ` directory,
22
22
then restart the IDE.
23
23
24
+ # Pull Requests
25
+
26
+ Before submitting a pull request, please see our
27
+ [ guidelines] ( https://github.com/01org/corelibs-arduino101/wiki/Writing-a-commit-message )
28
+ for writing a considerate commit message.
29
+
24
30
# Support & Issues
25
31
26
32
If you have found a bug, or you believe a new feature should be added, please
@@ -64,4 +70,4 @@ If you want to enable debug trace on Serail1 to debug corelib, follow these ins
64
70
* Find ` compiler.cpp.flags ` and add ` -DCONFIGURE_DEBUG_CORELIB_ENABLED ` at the end of this line
65
71
4 . Initial Serial1 in your sketch
66
72
* Add ` Serial1.begin(115200); ` in your ` setup() `
67
- 5 . Adjust the output level at log_init function in log.c
73
+ 5 . Adjust the output level at log_init function in log.c
You can’t perform that action at this time.
0 commit comments