Configuration

This commit is contained in:
2025-06-12 20:13:04 -04:00
parent 52194c19db
commit b39ed30ecc
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")