mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 16:48:40 +00:00
Update esphome/components/esp32_ble_client/ble_client_base.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
00e9e1421e
commit
8345b8c9ce
@@ -100,7 +100,7 @@ class BLEClientBase : public espbt::ESPBTClient, public Component {
|
||||
// Group 1: 8-byte types
|
||||
uint64_t address_{0};
|
||||
|
||||
// Group 2: Container types (typically 12 bytes on 32-bit)
|
||||
// Group 2: Container types (grouped for memory optimization)
|
||||
std::string address_str_{};
|
||||
std::vector<BLEService *> services_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user