Added log level configuration to Kconfig.

This commit is contained in:
Joe Kearney 2026-01-08 21:37:49 -06:00
parent 3b2718e6f4
commit e62f243e86
4 changed files with 65 additions and 16 deletions

View file

@ -72,3 +72,10 @@ idf_component_register(
"Settings"
"States"
)
# This ensures LOG_LOCAL_LEVEL is defined before any header files are included.
idf_build_set_property(COMPILE_DEFINITIONS
"-DLOG_LOCAL_LEVEL=${CONFIG_SYSTEMK_LOG_LEVEL}"
APPEND
)