mirror of
https://github.com/esphome/esphome.git
synced 2025-09-29 08:32:26 +01:00
[esp32_improv] Fix null pointer crashes and incorrect state advertising
This commit is contained in:
@@ -108,6 +108,7 @@ class ESP32ImprovComponent : public Component {
|
||||
void process_incoming_data_();
|
||||
void on_wifi_connect_timeout_();
|
||||
bool check_identify_();
|
||||
const char *state_to_string_(improv::State state);
|
||||
};
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
|
||||
|
Reference in New Issue
Block a user