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
2121order to recover, shut down the IDE, delete the entire ` Arduino15 ` directory,
2222then restart the IDE.
2323
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+
2430# Support & Issues
2531
2632If 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
6470 * Find ` compiler.cpp.flags ` and add ` -DCONFIGURE_DEBUG_CORELIB_ENABLED ` at the end of this line
65714 . Initial Serial1 in your sketch
6672 * 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