mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
9a5aab63d5f0d425b9c19656306baada6329fbde
The connections-free retry left its sibling asymmetric: on the same full buffer the slot could report free while the device still read as connected, with nothing resending the connected=false. A one-deep latch (address + error) drains at the same 100 ms cadence and re-latches on a repeat failure; a re-reservation of the address clears it, since the client re-requesting the connect has already acted on the disconnect and a late resend would shadow the new connection. A lost connected=true stays client-timeout territory.
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
575 MiB
Languages
C++
58.3%
Python
41.1%
C
0.3%
JavaScript
0.2%
