From bd012046f20d8fd0c6aa5ddcf19c473383547912 Mon Sep 17 00:00:00 2001 From: Niklas Jensen Date: Sun, 25 Jan 2026 19:35:00 +0100 Subject: [PATCH] added esp builtin debugging capabilities --- platformio.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 9baaf24..d917813 100644 --- a/platformio.ini +++ b/platformio.ini @@ -116,4 +116,7 @@ lib_deps = extra_scripts = pre:esp32/scripts/pre_build.py pre:esp32/scripts/build_app.py -lib_compat_mode = strict \ No newline at end of file +lib_compat_mode = strict +debug_tool = esp-builtin +#debug_init_break = tbreak setup +#upload_port = COM[13] # Only use this when upload port is not correctly detected due to multiple COM ports attached. \ No newline at end of file