mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +00:00
fcfcb4ed727895deb5d7f08923354feb46a39826
Bitfield component_source_index_ (9 bits) and warn_if_blocking_over_ (7 bits) into the same 16 bits. This doubles the max unique component source names from 255 to 511 without increasing Component size. The blocking warn threshold max drops from 2550ms to 1270ms which is more than sufficient since it starts at 50ms and ratchets up. Fixes test warnings when many components are compiled together: WARNING Too many unique component source names (max 255)
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
587 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
