Feat: persistent storage of sensor settings in nvs

This commit is contained in:
Bond Keevil
2019-08-22 14:17:57 -04:00
parent 3f7b5ed16f
commit ffc5dd8572
3 changed files with 89 additions and 1 deletions

View File

@@ -26,6 +26,6 @@ set(COMPONENT_PRIV_INCLUDEDIRS
)
set(COMPONENT_REQUIRES driver)
set(COMPONENT_PRIV_REQUIRES freertos)
set(COMPONENT_PRIV_REQUIRES freertos nvs_flash)
register_component()