Mostly port project config and helpers, clean up some stuff

This commit is contained in:
Lorow
2024-09-20 00:13:49 +02:00
parent 427f586ae8
commit e6e884b54c
10 changed files with 795 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "ProjectConfig/ProjectConfig.cpp"
INCLUDE_DIRS "ProjectConfig"
REQUIRES Preferences Helpers
)