mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
0f4f5aa3929ef6b3b5c2507be0804c76dff94829
Move ESP32BLE::is_active() and BLEServer::is_running() to headers with ESPHOME_ALWAYS_INLINE to eliminate cross-TU call overhead on every loop iteration. Replace std::remove_if + erase in BLEServer::loop() with a simple index-based compacting loop, removing ~250 bytes of unrolled STL template machinery.
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
585 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
