可以显示中文了

This commit is contained in:
2026-02-19 17:06:41 +08:00
parent 452ec672b1
commit a0b94d9f7c
15 changed files with 294868 additions and 73 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# 收集当前目录下所有 .c 文件
file(GLOB_RECURSE SRC_LIST "*.c")
idf_component_register(SRCS ${SRC_LIST}
idf_component_register(
SRCS ${SRC_LIST}
PRIV_REQUIRES spi_flash esp_driver_spi esp_driver_gpio esp_timer
INCLUDE_DIRS "."
REQUIRES