mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-24 07:20:53 +00:00
Exposed WebServer instance
This commit is contained in:
parent
48e947287a
commit
be8cf73d55
@ -206,6 +206,7 @@ public:
|
|||||||
void jsonDom(uint16_t startidx, AsyncWebSocketClient* client = nullptr, bool Updating = false);
|
void jsonDom(uint16_t startidx, AsyncWebSocketClient* client = nullptr, bool Updating = false);
|
||||||
|
|
||||||
Verbosity verbosity;
|
Verbosity verbosity;
|
||||||
|
AsyncWebServer* server;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class ESPUIclient;
|
friend class ESPUIclient;
|
||||||
@ -217,7 +218,6 @@ protected:
|
|||||||
|
|
||||||
void RemoveToBeDeletedControls();
|
void RemoveToBeDeletedControls();
|
||||||
|
|
||||||
AsyncWebServer* server;
|
|
||||||
AsyncWebSocket* ws;
|
AsyncWebSocket* ws;
|
||||||
|
|
||||||
const char* basicAuthUsername = nullptr;
|
const char* basicAuthUsername = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user