Claude 85abff84c6 [bthome] Fix compilation errors and enhance StaticVector
- Add StaticVector::clear() method for resetting container
- Add StaticVector::push_back(T&&) for move semantics support (unique_ptr)
- Use esp_bt_dev_get_address() instead of esp_read_mac for BLE MAC
- Include esp_bt_device.h for Bluetooth device functions

Fixes compilation errors with StaticVector clear() and unique_ptr push_back,
and uses correct API for retrieving Bluetooth MAC address.
2025-11-18 01:09:25 +00:00
2023-06-12 17:00:34 +12:00
2022-09-06 15:48:01 +12:00
2024-03-28 10:20:51 +13:00
2025-07-17 22:40:28 +12:00
2025-11-13 17:00:47 +13:00
2025-07-17 22:40:28 +12:00
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme Multiple Licenses 393 MiB
Languages
C++ 60.7%
Python 38.9%
C 0.3%