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:
@@ -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_;
|
||||
|
Reference in New Issue
Block a user