mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:04:55 +00:00
85abff84c64f7b6658c1a7296421608f91aeb130
- 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.
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%
