ESPHome 2025.7.1
Loading...
Searching...
No Matches
ota_web_server.h
Go to the documentation of this file.
1#pragma once
2
4#ifdef USE_WEBSERVER_OTA
5
9
10namespace esphome {
11namespace web_server {
12
14 public:
15 void setup() override;
16 void dump_config() override;
17 float get_setup_priority() const override { return setup_priority::AFTER_WIFI; }
18
19 protected:
20 friend class OTARequestHandler;
21};
22
23} // namespace web_server
24} // namespace esphome
25
26#endif // USE_WEBSERVER_OTA
const float AFTER_WIFI
For components that should be initialized after WiFi is connected.
Definition component.cpp:53
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7