mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
89cd183a9f180d2d55ade80cd7e6eb2678425d24
The refill now waits only for api clients still in their noise handshake, not for any client that has yet to send its hello, so a stale half open connection cannot keep the slot empty for a minute. On ESP8266 the api server raises its blocking warning threshold to 80 ms in setup(), since the refill takes about 60 ms there and used to run inside every handshake anyway; and prepare_spare_ephemeral() clears the ready flag before filling, so a random source failure can never leave a mismatched pair.
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
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
