add leveldb

This commit is contained in:
jacqueline
2023-03-08 11:35:54 +11:00
parent d01f1bee10
commit 4887f37898
160 changed files with 31968 additions and 1 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")
REQUIRES "audio" "drivers" "dev_console" "drivers" "database")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})