Resolve issue with AP.
Fix newly introduced null pointer in AuthenticationService.
This commit is contained in:
@ -30,7 +30,8 @@ class ESP8266React {
|
||||
public:
|
||||
|
||||
ESP8266React(AsyncWebServer* server, FS* fs);
|
||||
|
||||
|
||||
void begin();
|
||||
void loop();
|
||||
|
||||
SecurityManager* getSecurityManager(){
|
||||
|
Reference in New Issue
Block a user