Implemented Log app (#144)

This commit is contained in:
Ken Van Hoeylandt
2025-01-02 21:18:45 +01:00
committed by GitHub
parent 737c0f7447
commit a7d15056d8
6 changed files with 262 additions and 22 deletions
+1
View File
@@ -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}")