1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00

Detect BLE stack unrecoverable state (#4128)

This commit is contained in:
J. Nick Koston
2022-12-05 08:42:51 -10:00
committed by GitHub
parent 54caed36f7
commit 3b2bbd306f
2 changed files with 28 additions and 3 deletions

View File

@@ -253,6 +253,7 @@ class ESP32BLETracker : public Component {
uint32_t scan_duration_;
uint32_t scan_interval_;
uint32_t scan_window_;
uint8_t scan_start_fail_count_;
bool scan_continuous_;
bool scan_active_;
bool scanner_idle_;