[web_server] Address review: tighter socket auto-load, flash cost in the log, fallback compile test

This commit is contained in:
J. Nick Koston
2026-08-19 15:26:11 -05:00
parent 50f50aa7e0
commit f8a60d0259
4 changed files with 25 additions and 4 deletions
@@ -0,0 +1,11 @@
# STA with AP fallback plus local: true opts the fallback into captive AP mode; exercises
# the runtime start (fallback branch in wifi loop) and end (on STA connect) paths.
wifi:
ssid: MySSID
password: password1
ap:
ssid: "ESPHome-Test"
password: "Test1234!"
web_server:
local: true
@@ -0,0 +1,2 @@
packages:
web_server: !include common-ap-fallback.yaml