1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 14:23:47 +01:00

Merge branch 'already_discovered_missing_guard' into integration

This commit is contained in:
J. Nick Koston
2025-08-04 21:48:48 -10:00
2 changed files with 6 additions and 0 deletions

View File

@@ -328,8 +328,10 @@ class ESP32BLETracker : public Component,
uint8_t app_id_{0};
#ifdef USE_ESP32_BLE_DEVICE
/// Vector of addresses that have already been printed in print_bt_device_info
std::vector<uint64_t> already_discovered_;
#endif
std::vector<ESPBTDeviceListener *> listeners_;
/// Client parameters.
std::vector<ESPBTClient *> clients_;