From 2eb5b5600a3631cdfb9ddd1150505d82e38f3406 Mon Sep 17 00:00:00 2001 From: teo1978 Date: Sat, 13 Oct 2018 02:48:53 +0200 Subject: [PATCH] Update debugging.rst (#5234) * 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. * 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 970cb0e7b..0a96def3a 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^