mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 01:28:39 +00:00
41a8e7f61b84ba323517dfaef282419b953d9094
Extract UDP classes and shared helpers from lwip_raw_tcp_impl into
separate files for better organization:
- lwip_raw_common_impl.{h,cpp}: shared helpers (lwip_ip_to_sockaddr,
sockaddr_to_lwip, lwip_bind_err)
- lwip_raw_udp_impl.{h,cpp}: LWIPRawUDPImpl, LWIPRawUDPRecvImpl,
and UDP factory functions
- lwip_raw_tcp_impl.{h,cpp}: TCP-only code (LWIPRawCommon,
LWIPRawImpl, LWIPRawListenImpl, TCP factories)
Update __init__.py FILTER_SOURCE_FILES to exclude all three lwip
raw files when not using the lwip_tcp implementation.
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
596 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
