16#ifdef USE_OTA_PASSWORD
23 void setup()
override;
41#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
void yield_and_feed_watchdog_()
bool writeall_(const uint8_t *buf, size_t len)
void set_auth_password(const std::string &password)
void dump_config() override
uint32_t client_connect_time_
float get_setup_priority() const override
void log_read_error_(const LogString *what)
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_
void cleanup_connection_()
std::unique_ptr< socket::Socket > client_
void log_start_(const LogString *phase)
void log_socket_error_(const LogString *msg)
Providing packet encoding functions for exchanging data with a remote host.