mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
2fe09b1e9421897e48318745d7f3dbd3ee5ec98c
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%
