mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 21:24:34 +00:00
added device-ui logging
This commit is contained in:
parent
140eb94d1c
commit
4d647ca4c3
@ -27,6 +27,8 @@ build_flags = ${portduino_base.build_flags} -O0 -fno-omit-frame-pointer -fsaniti
|
||||
-D LV_LVGL_H_INCLUDE_SIMPLE
|
||||
-D LV_CONF_INCLUDE_SIMPLE
|
||||
-D LV_COMP_CONF_INCLUDE_SIMPLE
|
||||
-D USE_LOG_DEBUG
|
||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||
-I lib/device-ui/generated/ui_320x240
|
||||
board = cross_platform
|
||||
lib_deps = ${portduino_base.lib_deps}
|
||||
|
@ -13,6 +13,8 @@ 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 USE_LOG_DEBUG
|
||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||
-D CALIBRATE_TOUCH
|
||||
-D KB_POWERON=10
|
||||
-D LGFX_DRIVER=LGFX_TDECK
|
||||
|
Loading…
Reference in New Issue
Block a user