mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
added save function to write settings to fS
This commit is contained in:
@@ -62,6 +62,7 @@ class EMSESPSettingsService : public StatefulService<EMSESPSettings> {
|
||||
EMSESPSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager);
|
||||
|
||||
void begin();
|
||||
void save();
|
||||
|
||||
private:
|
||||
HttpEndpoint<EMSESPSettings> _httpEndpoint;
|
||||
|
||||
Reference in New Issue
Block a user