Software-only show-control readiness baseline

This commit is contained in:
jan
2026-04-17 21:17:23 +02:00
commit a56cecb23d
51 changed files with 16340 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
idf_component_register(
SRCS
"app_main.c"
"panel_driver.c"
INCLUDE_DIRS
"."
)