Refactor project config - simplify the implementation, move out the logic into separate modules

This commit is contained in:
Lorow
2025-04-01 23:29:38 +02:00
parent f127ca7286
commit cb41038181
6 changed files with 414 additions and 401 deletions

View File

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