1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-14 02:30:41 +00:00

Make AsyncServer instance Pubblic

This commit is contained in:
2019-12-27 15:36:24 +01:00
parent 75ec2590f6
commit e317d25977

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;