mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 09:12:19 +01:00
Improve BLE Connection Reliability by Enabling Software Coexistence (#8683)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -299,6 +299,9 @@ class ESP32BLETracker : public Component,
|
||||
int discovered_{0};
|
||||
int searching_{0};
|
||||
int disconnecting_{0};
|
||||
#ifdef USE_ESP32_BLE_SOFTWARE_COEXISTENCE
|
||||
bool coex_prefer_ble_{false};
|
||||
#endif
|
||||
};
|
||||
|
||||
// NOLINTNEXTLINE
|
||||
|
Reference in New Issue
Block a user