1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add LWIP optimization options to reduce flash usage (#8946)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
J. Nick Koston
2025-06-09 01:08:10 -05:00
committed by GitHub
parent 368a0eea8a
commit b7ca6e087a
3 changed files with 67 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
esp32:
board: esp32dev
framework:
type: esp-idf
advanced:
enable_lwip_mdns_queries: true
enable_lwip_bridge_interface: true
wifi:
ssid: MySSID
password: password1