Use ESP.reset() rather than ESP.restart() - due to exceptions encountered on esp8266

This commit is contained in:
Rick Watson
2019-11-30 12:54:57 +00:00
parent 78b9ae101e
commit a840aba878
8 changed files with 70 additions and 70 deletions

View File

@ -24,7 +24,7 @@
#include <NTPStatus.h>
#include <APStatus.h>
#include <SystemStatus.h>
#include <RestartService.h>
#include <ResetService.h>
class ESP8266React {
@ -47,7 +47,7 @@ class ESP8266React {
APSettingsService _apSettingsService;
NTPSettingsService _ntpSettingsService;
OTASettingsService _otaSettingsService;
RestartService _restartService;
ResetService _ResetService;
AuthenticationService _authenticationService;