Merge branch 'main' into leveldb

This commit is contained in:
jacqueline
2023-04-26 08:49:02 +10:00
47 changed files with 1626 additions and 827 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
idf_component_register(
SRCS "main.cpp" "app_console.cpp"
INCLUDE_DIRS "."
REQUIRES "audio" "drivers" "dev_console" "drivers" "database")
REQUIRES "audio" "drivers" "dev_console" "drivers" "database" "ui")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})