diff --git a/include/user_config_override-template.h b/include/user_config_override-template.h index 426549d2..40f08565 100644 --- a/include/user_config_override-template.h +++ b/include/user_config_override-template.h @@ -151,4 +151,5 @@ //#define LV_MEM_SIZE (64 * 1024U) // 64KiB of lvgl memory (default 48) //#define LV_VDB_SIZE (32 * 1024U) // 32KiB of lvgl draw buffer (default 32) //#define HASP_DEBUG_OBJ_TREE // Output all objects to the log on page changes +//#define HASP_LOG_LEVEL LOG_LEVEL_VERBOSE // LOG_LEVEL_* can be DEBUG, VERBOSE, TRACE, INFO, WARNING, ERROR, CRITICAL, ALERT, FATAL, SILENT #endif