Make AsyncServer instance Pubblic

This commit is contained in:
Lukas Bachschwell 2019-12-27 15:36:24 +01:00
parent 75ec2590f6
commit e317d25977
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
1 changed files with 3 additions and 2 deletions

View File

@ -228,12 +228,13 @@ public:
Verbosity verbosity;
AsyncWebServer *server;
AsyncWebSocket *ws;
private:
const char *basicAuthUsername = nullptr;
const char *basicAuthPassword = nullptr;
bool basicAuth = true;
AsyncWebServer *server;
AsyncWebSocket *ws;
};
extern ESPUIClass ESPUI;