mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
f272826274d9448ca405b51e3c36fa183c1d5eac
Both write_raw_ overloads now have a clean fast path (direct socket write) and delegate to a shared noinline enqueue_overflow_ for the rare overflow case. The multi-iovec path now always calls writev since single-message callers use the dedicated overload.
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
