mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 16:18:41 +00:00
Merge branch 'web_server_base_reduce_sizeof' into integration
This commit is contained in:
@@ -135,7 +135,7 @@ class WebServerBase {
|
||||
uint16_t get_port() const { return port_; }
|
||||
|
||||
protected:
|
||||
int initialized_{0};
|
||||
uint8_t initialized_{0};
|
||||
uint16_t port_{80};
|
||||
AsyncWebServer *server_{nullptr};
|
||||
std::vector<AsyncWebHandler *> handlers_;
|
||||
|
||||
Reference in New Issue
Block a user