mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 00:28:39 +00:00
cb654a1e503c3e3554213290c25430255e5eac7d
Arduino's delay(0) calls yield() once — used as a yield point by some code. Our millis-based loop would skip yielding entirely since 0 < 0 is false. Add explicit delay(0) → yield() handling.
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%
