own config module

This commit is contained in:
2026-01-06 10:45:42 +01:00
parent fa6a19d1aa
commit 25b2c028b6
6 changed files with 239 additions and 154 deletions

View File

@ -6,5 +6,6 @@ idf_component_register(
"rcsignal.c"
"animation.c"
"localbtn.c"
"config.c"
INCLUDE_DIRS "."
)