Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Oct 21, 2023
1 parent d3a3845 commit 2565192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# Debug = 2
# Error only = 1
# Disabled = 0
add_compile_options(-DESP3D_TFT_LOG=0)
add_compile_options(-DESP3D_TFT_LOG=2)
# Disable ANSI color to fit some serial terminals
add_compile_options(-DDISABLE_COLOR_LOG=0)

Expand Down

0 comments on commit 2565192

Please sign in to comment.