From a7a3ffab3dc83c317e7c3f352a7e87b72baf6ec7 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 26 Apr 2022 16:15:31 +0200 Subject: [PATCH] Add HASP_LOG_LEVEL --- include/user_config_override-template.h | 1 + 1 file changed, 1 insertion(+) 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