rename "reset" to "restart"

This commit is contained in:
Rick Watson
2019-12-01 08:28:40 +00:00
parent 6aede04282
commit 7bf713dfea
8 changed files with 75 additions and 75 deletions

View File

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