Resolve issue with AP.

Fix newly introduced null pointer in AuthenticationService.
This commit is contained in:
Rick Watson
2019-09-30 21:28:24 +01:00
parent f77428e4dc
commit 41f7579bd5
9 changed files with 40 additions and 19 deletions

View File

@ -30,7 +30,8 @@ class ESP8266React {
public:
ESP8266React(AsyncWebServer* server, FS* fs);
void begin();
void loop();
SecurityManager* getSecurityManager(){