From 2bfcbd8fb1bc02027eda7dc2d77ba441d2ebab05 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 22 Feb 2023 09:36:59 +0100 Subject: [PATCH] added comments --- pio_local.ini_example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index 3fdc28bb4..3cdaf0df7 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -3,10 +3,10 @@ [common] ; custom build flags ; options are: EMSESP_DEBUG, EMSESP_UART_DEBUG, EMSESP_DEBUG_SENSOR, EMSESP_WIFI_TWEAK, EMSESP_DEFAULT_BOARD_PROFILE, EMSESP_TEST -; my_build_flags = -DEMSESP_DEBUG -DEMSESP_DEFAULT_BOARD_PROFILE=\"NODEMCU\" -; my_build_flags = -DEMSESP_DEBUG_SENSOR -; my_build_flags = -DEMSESP_DEBUG -DCORE_DEBUG_LEVEL=5 ; 5=verbose, 4=debug, 3=info -; my_build_flags = -DEMSESP_DEBUG +; my_build_flags = -DEMSESP_DEBUG -DEMSESP_DEFAULT_BOARD_PROFILE=\"NODEMCU\" ; hard code the default board name +; my_build_flags = -DEMSESP_DEBUG_SENSOR ; additional debug for the dallas sensors +; my_build_flags = -DEMSESP_DEBUG -DCORE_DEBUG_LEVEL=5 ; verbose debugging 5=verbose, 4=debug, 3=info +; my_build_flags = -DEMSESP_DEBUG ; enables DEBUG to the log. Will generate a lot of traffic on Console and Syslog [env:esp32_4M] ; if using OTA enter your details below