From 977ed0b5e7b16273b762f9d70c76a0d4c30c1716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Fri, 28 Apr 2023 16:42:56 +0200 Subject: [PATCH] Updated Debug mode (markdown) --- Debug-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debug-mode.md b/Debug-mode.md index 8f0ca1c..036b146 100644 --- a/Debug-mode.md +++ b/Debug-mode.md @@ -2,7 +2,7 @@ When something isn't working as expected, it might be useful to take a peek "und ## Enabling debug -To enable debug, you can go to the [BuildOpt.h](https://github.com/jgromes/RadioLib/blob/master/src/BuildOpt.h) file, and uncomment either one or both of these lines: +To enable debug, you can go to the [BuildOptUser.h](https://github.com/jgromes/RadioLib/blob/master/src/BuildOptUser.h) file, and uncomment either one or both of these lines: ```c++ //#define RADIOLIB_DEBUG