加入cli

This commit is contained in:
2026-07-30 20:19:01 +08:00
parent 61f831d948
commit 8f7cd1974c
4 changed files with 127 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c"
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c" "moonshineOS_core/cli.c"
PRIV_REQUIRES spi_flash esp_driver_i2c log
INCLUDE_DIRS ".")
INCLUDE_DIRS "." "moonshineOS_core")