mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 00:58:40 +00:00
2d13def0eee1c3a1af6c2902583355e1bb04bc75
Replace 3-call sequence (write_raw_byte + write_raw_byte + encode_raw) with single inlined encode_raw_short_string call for forced string fields with max_data_length < 128. The compiler can hoist the pos pointer across all three writes in one function boundary.
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
604 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
