From d55389ef056bb4bfe201378faa971c59cf6445a5 Mon Sep 17 00:00:00 2001 From: teo1978 Date: Fri, 12 Oct 2018 19:07:47 +0200 Subject: [PATCH 1/2] 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. --- doc/Troubleshooting/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Troubleshooting/debugging.rst b/doc/Troubleshooting/debugging.rst index 970cb0e7b6..27dddfff67 100644 --- a/doc/Troubleshooting/debugging.rst +++ b/doc/Troubleshooting/debugging.rst @@ -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 `__ +`boards.txt `__ Example for own debug messages ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 7e9cdd269a0221035542f09692eeb2508b1c0e37 Mon Sep 17 00:00:00 2001 From: teo1978 Date: Fri, 12 Oct 2018 19:48:27 +0200 Subject: [PATCH 2/2] Update debugging.rst requested change --- doc/Troubleshooting/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Troubleshooting/debugging.rst b/doc/Troubleshooting/debugging.rst index 27dddfff67..0a96def3a5 100644 --- a/doc/Troubleshooting/debugging.rst +++ b/doc/Troubleshooting/debugging.rst @@ -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 `__ +`boards.txt `__ Example for own debug messages ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^