mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 15:46:54 +00:00
70047d094860591c45303df0f82c378292fa03e9
Add WARN-level traces in LWIPRawImpl::recv_fn and LWIPRawListenImpl::s_queued_recv_fn so we can confirm whether lwIP is actually delivering received TCP data up to the application on a failing OTA. The packet capture in #15953 shows the device's TCP layer not ACKing the OTA firmware burst even though the same connection's handshake bytes go through normally and a concurrent API connection keeps working — these traces are intended to bisect 'is the data reaching the application's recv callback at all'. Diagnostic only — not for merge.
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
393 MiB
Languages
C++
60.7%
Python
38.9%
C
0.3%
