DEBUG_SUPPORT clearer

This commit is contained in:
proddy
2019-01-12 16:17:50 +01:00
parent 0ad33bdbec
commit 343703fa52
4 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -6,7 +6,8 @@ env_default = d1_mini
[common] [common]
platform = espressif8266 platform = espressif8266
flash_mode = dout flash_mode = dout
; optional flags are -DDEBUG_SUPPORT ;debug_mode = -DDEBUG_SUPPORT
debug_mode =
build_flags = -g -w build_flags = -g -w
lib_deps = lib_deps =
CRC32 CRC32
@@ -20,7 +21,7 @@ board = nodemcuv2
platform = ${common.platform} platform = ${common.platform}
framework = arduino framework = arduino
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags} build_flags = ${common.build_flags} ${common.debug_mode}
board_build.flash_mode = ${common.flash_mode} board_build.flash_mode = ${common.flash_mode}
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200
@@ -32,7 +33,7 @@ board = d1_mini
platform = ${common.platform} platform = ${common.platform}
framework = arduino framework = arduino
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags} build_flags = ${common.build_flags} ${common.debug_mode}
board_build.flash_mode = ${common.flash_mode} board_build.flash_mode = ${common.flash_mode}
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200