15 #ifdef USE_OTA_PASSWORD 17 #endif // USE_OTA_PASSWORD 22 void setup()
override;
32 bool writeall_(
const uint8_t *buf,
size_t len);
34 #ifdef USE_OTA_PASSWORD 36 #endif // USE_OTA_PASSWORD
std::unique_ptr< socket::Socket > client_
void set_auth_password(const std::string &password)
void dump_config() override
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)
float get_setup_priority() const override
std::unique_ptr< socket::Socket > server_
Implementation of SPI Controller mode.
void set_port(uint16_t port)
Manually set the port OTA should listen on.
bool readall_(uint8_t *buf, size_t len)