mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
call services after settings have been persisted
This commit is contained in:
@@ -67,6 +67,8 @@ class EMSESPSettingsService : public StatefulService<EMSESPSettings> {
|
||||
private:
|
||||
HttpEndpoint<EMSESPSettings> _httpEndpoint;
|
||||
FSPersistence<EMSESPSettings> _fsPersistence;
|
||||
|
||||
void onUpdate();
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user