From 8ddde9c982a310c95038e4d9bed8d307f911b9d5 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Thu, 25 Jun 2026 10:30:20 -0500 Subject: [PATCH] chore: Cleanup some sdkconfig defualts files --- components/esp-box/example/sdkconfig.defaults | 3 +-- components/m5stack-tab5/example/sdkconfig.defaults | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/components/esp-box/example/sdkconfig.defaults b/components/esp-box/example/sdkconfig.defaults index 8e8c066ec..152da7c1f 100644 --- a/components/esp-box/example/sdkconfig.defaults +++ b/components/esp-box/example/sdkconfig.defaults @@ -26,11 +26,10 @@ CONFIG_ESP_TIMER_TASK_STACK_SIZE=6144 # set the functions into IRAM CONFIG_SPI_MASTER_IN_IRAM=y -CONFIG_LV_DEF_REFR_PERIOD=16 - # # LVGL configuration - # Themes # +CONFIG_LV_DEF_REFR_PERIOD=16 CONFIG_LV_USE_THEME_DEFAULT=y CONFIG_LV_THEME_DEFAULT_DARK=y CONFIG_LV_THEME_DEFAULT_GROW=y diff --git a/components/m5stack-tab5/example/sdkconfig.defaults b/components/m5stack-tab5/example/sdkconfig.defaults index e69fe299a..a48e51abc 100644 --- a/components/m5stack-tab5/example/sdkconfig.defaults +++ b/components/m5stack-tab5/example/sdkconfig.defaults @@ -19,8 +19,6 @@ CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 CONFIG_ESP_SYSTEM_USE_FRAME_POINTER=y CONFIG_IDF_EXPERIMENTAL_FEATURES=y -CONFIG_ESPP_I2C_LEGACY_API_DISABLE_DEPRECATION_WARNINGS=y - # # Partition Table #