WIP debug console for testing playback

This commit is contained in:
jacqueline
2022-11-15 16:39:54 +11:00
parent aef2eb7566
commit 07e1b5a328
11 changed files with 280 additions and 80 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
idf_component_register(
SRCS "main.cpp"
REQUIRES "drivers")
SRCS "main.cpp" "app_console.cpp"
INCLUDE_DIRS "."
REQUIRES "drivers" "dev_console")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})