Implemented Log app (#144)
This commit is contained in:
committed by
GitHub
parent
737c0f7447
commit
a7d15056d8
@@ -51,6 +51,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
|
||||
|
||||
add_compile_definitions(LV_CONF_PATH="${LVGL_CONFIG_FULL_PATH}/lv_conf_kconfig.h")
|
||||
idf_build_set_property(LINK_OPTIONS "-Wl,--wrap=esp_panic_handler" APPEND)
|
||||
idf_build_set_property(LINK_OPTIONS "-Wl,--wrap=esp_log_write" APPEND)
|
||||
|
||||
file(READ version.txt TACTILITY_VERSION)
|
||||
add_compile_definitions(TT_VERSION="${TACTILITY_VERSION}")
|
||||
|
||||
Reference in New Issue
Block a user