mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 04:05:14 +00:00
no need to call ntp on begin as its in the loop
This commit is contained in:
@@ -16,7 +16,6 @@ NTPSettingsService::NTPSettingsService(AsyncWebServer * server, FS * fs, Securit
|
|||||||
|
|
||||||
void NTPSettingsService::begin() {
|
void NTPSettingsService::begin() {
|
||||||
_fsPersistence.readFromFS();
|
_fsPersistence.readFromFS();
|
||||||
configureNTP();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void NTPSettingsService::loop() {
|
void NTPSettingsService::loop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user