Configuration

This commit is contained in:
2025-06-12 20:13:04 -04:00
parent 96a83027ca
commit 84b65104fb
12 changed files with 124 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "ConfigManager.cpp"
PRIV_REQUIRES constants nvs_flash
INCLUDE_DIRS "include")