mirror of
https://github.com/esphome/esphome.git
synced 2026-08-27 00:18:32 +00:00
3a78f6294a356df5c44365abd751b5a9cfe3e645
- on_resp(): a truncated RESP that can't hold its claimed ret_len no longer reports those (stale) buffer bytes as a valid return payload; it now returns zero return bytes, matching on_recv's fail-closed behaviour. - on_resp/on_recv/on_send: log malformed/too-short frames (WARN) and stale post-timeout responses (VERBOSE) so wire-format drift between host and co-processor is observable instead of surfacing only as opaque timeouts. - esp_now_is_peer_exist(): log a warning when the RPC itself fails, so a transport error is distinguishable from a genuinely absent peer (the native bool signature still forces both to return false).
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
582 MiB
Languages
C++
57.7%
Python
41.7%
C
0.3%
JavaScript
0.2%
