remove update function

This commit is contained in:
2026-01-06 12:24:19 +01:00
parent 3ada494d15
commit b1b179b5ff
2 changed files with 4 additions and 36 deletions

View File

@ -27,7 +27,7 @@ typedef struct
/**
* @brief Initialize the config system
* Loads configuration from NVS and initializes subsystems
* Loads configuration from NVS
* @return ESP_OK on success
*/
esp_err_t config_init(void);
@ -38,13 +38,6 @@ esp_err_t config_init(void);
*/
void config_get_config(config_t *const cnf);
/**
* @brief Update configuration and save to NVS
* @param config New configuration
* @return ESP_OK on success
*/
esp_err_t config_update_config(const config_t *config);
/**
* @brief Reset configuration to defaults
* @return ESP_OK on success