mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-12 16:12:07 +00:00
experiment with CFG_DEBUG (it fails)
This commit is contained in:
parent
9149912a2d
commit
a6475ce848
@ -130,7 +130,8 @@ framework = arduino
|
|||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
build_type = debug ; I'm debugging with ICE a lot now
|
build_type = debug ; I'm debugging with ICE a lot now
|
||||||
build_flags =
|
build_flags =
|
||||||
${env.build_flags} -Wno-unused-variable -Isrc/nrf52
|
${env.build_flags} -Wno-unused-variable -Isrc/nrf52
|
||||||
|
;-DCFG_DEBUG=3
|
||||||
src_filter =
|
src_filter =
|
||||||
${env.src_filter} -<esp32/>
|
${env.src_filter} -<esp32/>
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
Loading…
Reference in New Issue
Block a user