Files
esphome/tests/components/web_server/common-ap-mode.yaml
T

10 lines
260 B
YAML

# AP mode: with a WiFi access point and the interface embedded in the firmware, web_server
# runs its own captive portal (DNS server, unknown URLs redirect to the page).
wifi:
ap:
ssid: "ESPHome-Test"
password: "Test1234!"
web_server:
local: true