1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-30 00:52:20 +01:00
This commit is contained in:
J. Nick Koston
2025-09-26 15:00:43 -05:00
parent d1bd6492ad
commit 886baab266
2 changed files with 6 additions and 0 deletions

View File

@@ -108,7 +108,9 @@ class ESP32ImprovComponent : public Component {
void process_incoming_data_();
void on_wifi_connect_timeout_();
bool check_identify_();
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_DEBUG
const char *state_to_string_(improv::State state);
#endif
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)