From b3a641db15700866f177755bbf2493900817aa85 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 17 Jan 2023 23:13:06 +0100 Subject: [PATCH] Add HASP_LOG_TASKS --- 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 266f0500..a5bfdff3 100644 --- a/include/user_config_override-template.h +++ b/include/user_config_override-template.h @@ -156,5 +156,6 @@ //#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 +//#define HASP_LOG_TASKS // Also log the Taskname and watermark of ESP32 tasks #endif // HASP_USER_CONFIG_OVERRIDE_H \ No newline at end of file