1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00

make bot happy

This commit is contained in:
J. Nick Koston
2025-09-27 13:45:12 -05:00
parent c17e38e58f
commit 7e4cfe369d
2 changed files with 24 additions and 16 deletions

View File

@@ -107,6 +107,7 @@ class ESP32ImprovComponent : public Component {
void set_state_(improv::State state, bool update_advertising = true);
void set_error_(improv::Error error);
improv::State get_initial_state_() const;
void send_response_(std::vector<uint8_t> &response);
void process_incoming_data_();
void on_wifi_connect_timeout_();