mirror of
https://github.com/esphome/esphome.git
synced 2026-09-27 06:50:22 +00:00
[web_server] Address review: tighter socket auto-load, flash cost in the log, fallback compile test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user