修复 显示问题
This commit is contained in:
2026-02-24 20:49:23 +08:00
parent c85dfa31ed
commit 2f452e694c
5 changed files with 91 additions and 11 deletions
+2 -1
View File
@@ -4,10 +4,11 @@ file(GLOB_RECURSE SRC_LIST "*.c")
idf_component_register(
SRCS ${SRC_LIST}
PRIV_REQUIRES spi_flash esp_driver_spi esp_driver_gpio esp_timer
PRIV_REQUIRES spi_flash esp_timer
INCLUDE_DIRS "."
REQUIRES
spiffs
driver
PRIV_REQUIRES
)