mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 04:28:43 +00:00
5f2ad82a67541d9a1a8f41ce3449c4848791800b
WRITE_NOT_ATTEMPTED (-1): cold path, no write tried yet — try write WRITE_FAILED (-2): fast path write() returned -1 — skip retry, check errno This avoids a redundant write() syscall when the fast path already got EWOULDBLOCK and fell through to the slow path.
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
601 MiB
Languages
C++
55.7%
Python
43.7%
C
0.3%
JavaScript
0.2%
