mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07: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
518 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
