mirror of
https://github.com/esphome/esphome.git
synced 2026-03-01 10:24:19 -07:00
2b00a809c827a84cfc261ed674b8c0154115414a
BK SDK boards with CFG_LWIP_MEM_POLICY=LWIP_REDUCE_THE_PLAN (e.g. CB3S/ BK7231N) set PBUF_POOL_SIZE=3, which is too small for TCP_WND=4*MSS: 3*(1580-54)=4578 < 5840. Set PBUF_POOL_SIZE=4 on BK72XX so the lwIP compile-time sanity check passes: 4*1526=6104 > 5840. RTL(20) and LN(20) already have large enough PBUF pools. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
524 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
