mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-20 12:02:21 +00:00
add defines for log and monitor
This commit is contained in:
parent
c94c5f44e1
commit
64d0e94d18
@ -15,10 +15,13 @@ build_flags = ${esp32_base.build_flags} -fno-omit-frame-pointer
|
||||
-D LV_LVGL_H_INCLUDE_SIMPLE
|
||||
-D LV_CONF_INCLUDE_SIMPLE
|
||||
-D LV_COMP_CONF_INCLUDE_SIMPLE
|
||||
-D LV_USE_PERF_MONITOR=0
|
||||
-D LV_USE_MEM_MONITOR=0
|
||||
-D LV_USE_LOG=0
|
||||
-D USE_LOG_DEBUG
|
||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||
-D CALIBRATE_TOUCH=0
|
||||
-D KB_POWERON=10
|
||||
; -D KB_POWERON=10
|
||||
-D LGFX_DRIVER=LGFX_TDECK
|
||||
-D VIEW_320x240
|
||||
; -D USE_DOUBLE_BUFFER
|
||||
|
@ -55,6 +55,7 @@ build_flags = ${esp32_base.build_flags}
|
||||
-D LV_BUILD_TEST=0
|
||||
-D LV_USE_PERF_MONITOR=0
|
||||
-D LV_USE_MEM_MONITOR=0
|
||||
-D LV_USE_LOG=0
|
||||
-D USE_LOG_DEBUG
|
||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||
; -D CALIBRATE_TOUCH=0
|
||||
|
Loading…
Reference in New Issue
Block a user