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
+1 -1
View File
@@ -1,4 +1,4 @@
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES "catch2")
REQUIRES "catch2 dev_console")