integrating web stuff into SC-F001

LFG
This commit is contained in:
Thaddeus Hughes
2025-12-27 00:01:59 -06:00
parent 426d84ee56
commit 81a8da24a0
24 changed files with 665 additions and 2081 deletions

View File

@@ -122,8 +122,8 @@ extern const char* parameter_names[NUM_PARAMS];
esp_err_t storage_init();
esp_err_t log_init();
param_value_t get_param(param_idx_t id);
esp_err_t set_param(param_idx_t id, param_value_t val);
param_value_t get_param_value_t(param_idx_t id);
esp_err_t set_param_value_t(param_idx_t id, param_value_t val);
param_type_e get_param_type(param_idx_t id);
const char* get_param_name(param_idx_t id);
param_value_t get_param_default(param_idx_t id);