From c229371c685b89441b317c2c57a1f1db2f5052f7 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 14 Nov 2021 10:26:13 +0100 Subject: [PATCH] fix typo --- pio_local.ini_example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index 5aa434a55..8d01020e6 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -8,7 +8,7 @@ my_build_flags = ; 5=verbose, 4=debug, 3=info -debug_flags = DCORE_DEBUG_LEVEL=5 +debug_flags = -DCORE_DEBUG_LEVEL=5 [env:esp32] ; if using OTA enter your details below @@ -19,9 +19,7 @@ upload_flags = upload_port = ems-esp.local ; use this when you don't want to re-build the WebUI -extra_scripts = - scripts/rename_fw.py - scripts/upload_fw.py +extra_scripts = scripts/rename_fw.py ; pio run -e debug ; or from Visual Studio Code do PIO -> Project Tasks -> debug -> General -> Upload and Monitor