mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
386bd16fc4ddd9f97f29e28f1e0a47535c709454
Components are indexed by ESPHOME_COMPONENT_COUNT which is a uint16_t-sized StaticVector. Using size_t for the dump_config index wastes 2 bytes of storage and adds padding. Move it to the uint16_t group for better struct packing. 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
582 MiB
Languages
C++
56%
Python
43.4%
C
0.3%
JavaScript
0.2%
