call services after settings have been persisted

This commit is contained in:
proddy
2020-07-28 11:52:56 +02:00
parent 3ab7134ca0
commit 242770838d
2 changed files with 23 additions and 41 deletions

View File

@@ -67,6 +67,8 @@ class EMSESPSettingsService : public StatefulService<EMSESPSettings> {
private:
HttpEndpoint<EMSESPSettings> _httpEndpoint;
FSPersistence<EMSESPSettings> _fsPersistence;
void onUpdate();
};
} // namespace emsesp