增加状态管理

This commit is contained in:
2026-07-30 19:43:39 +08:00
parent cef702dba0
commit b1e8ffbf85
6 changed files with 250 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c"
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c"
PRIV_REQUIRES spi_flash esp_driver_i2c log
INCLUDE_DIRS ".")