8000 Update debugging.rst by teo1978 · Pull Request #5234 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Update debugging.rst #5234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update debugging.rst
PLEASE REVIEW
The current link definitely points to the wrong line, where there's nothing remotely resembling a list of DEBUG_ESP_* definitions. There's not an actual "full list" in the whole boards.txt really, but this is the closest thing that can be found in that file.
Some additional explanation is needed though, unless there is an actual list somewhere else.
  • Loading branch information
teo1978 authored Oct 12, 2018
commit d55389ef056bb4bfe201378faa971c59cf6445a5
2 changes: 1 addition & 1 deletion doc/Troubleshooting/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Debug Level
All defines for the different levels starts with ``DEBUG_ESP_``

a full list can be found here in the
`boards.txt <https://github.com/esp8266/Arduino/blob/master/boards.txt#L180>`__
`boards.txt <https://github.com/esp8266/Arduino/blob/master/boards.txt#L353>`__

Example for own debug messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
0