Exposed WebServer instance

This commit is contained in:
Martin 2023-05-12 15:02:32 -04:00
parent 48e947287a
commit be8cf73d55
1 changed files with 1 additions and 1 deletions

View File

@ -206,6 +206,7 @@ public:
void jsonDom(uint16_t startidx, AsyncWebSocketClient* client = nullptr, bool Updating = false);
Verbosity verbosity;
AsyncWebServer* server;
protected:
friend class ESPUIclient;
@ -217,7 +218,6 @@ protected:
void RemoveToBeDeletedControls();
AsyncWebServer* server;
AsyncWebSocket* ws;
const char* basicAuthUsername = nullptr;