Add config factory reset

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-24 10:33:22 +09:00
parent 557646916d
commit 0c2b4ac07e
2 changed files with 14 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ enum nconfig_type
NCONFIG_TYPE_MAX, ///< Sentinel for the maximum number of configuration types.
};
/**
* @brief Erase all of nvs data and restart system
*/
void reset_nconfig();
/**
* @brief Checks if a specific configuration value has been set.
*