Lots of settings stuff: The webinterface at /settings now lets you change the settings. Also, these changes will be saved to SPIFFS and loaded after a reboot.
This commit is contained in:
@ -81,3 +81,6 @@ extern Setting all_settings[];
|
||||
extern const uint8_t all_settings_size;
|
||||
|
||||
bool change_setting(const char* key, uint16_t new_value);
|
||||
uint16_t setting_default(Setting* s);
|
||||
bool save_settings();
|
||||
bool load_settings();
|
||||
|
Reference in New Issue
Block a user