15#ifdef USE_OTA_PASSWORD
22 void setup()
override;
34#ifdef USE_OTA_PASSWORD
ESPHomeOTAComponent provides a simple way to integrate Over-the-Air updates into your app using Ardui...
uint16_t get_port() const
bool writeall_(const uint8_t *buf, size_t len)
void set_auth_password(const std::string &password)
void dump_config() override
float get_setup_priority() const override
bool readall_(uint8_t *buf, size_t len)
void set_port(uint16_t port)
Manually set the port OTA should listen on.
std::unique_ptr< socket::Socket > server_
std::unique_ptr< socket::Socket > client_
Providing packet encoding functions for exchanging data with a remote host.