mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
f8a1c54690fa58eed69ba462229a93091e1463e4
Per review feedback: if esphome_lwip_get_sock() ever returned nullptr (shouldn't after successful listen(), but defensively), the listener filter compare would never match and no fast-select wakes would fire. loop()'s self-disable safety net + the first-tick-after-setup window cover that degraded mode correctly. Spell it out in the comment so a future reader doesn't treat the nullptr path as a silent bug.
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
