feat: 实现设置页面及其功能
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "settings_types.h"
|
||||
|
||||
void settings_store_load(void);
|
||||
const settings_data_t *settings_store_get(void);
|
||||
void settings_store_update(const settings_data_t *data);
|
||||
esp_err_t settings_store_commit(void);
|
||||
esp_err_t settings_store_factory_reset(void);
|
||||
void settings_store_apply(void);
|
||||
Reference in New Issue
Block a user