mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
244e672b0aee8c61cb8e4b7b585d0673d5905b82
The ESPHOME_ALWAYS_INLINE on these caused significant flash bloat in cold calculate_size() callers (DeviceInfoResponse +117B, HelloResponse +63B, ListEntitiesEventResponse +79B) while only benefiting the BLE hot path marginally. Let the compiler decide when to inline these. The varint() fast path remains force-inlined as that eliminates the most expensive indirect calls on the hot path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
613 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
