mirror of
https://github.com/esphome/esphome.git
synced 2025-10-05 03:13:49 +01:00
Merge remote-tracking branch 'origin/proxy_memory' into integration
This commit is contained in:
@@ -100,7 +100,7 @@ class BLEClientBase : public espbt::ESPBTClient, public Component {
|
|||||||
// Group 1: 8-byte types
|
// Group 1: 8-byte types
|
||||||
uint64_t address_{0};
|
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::string address_str_{};
|
||||||
std::vector<BLEService *> services_;
|
std::vector<BLEService *> services_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user