mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Refactor project config - simplify the implementation, move out the logic into separate modules
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user