mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: kbx81 <kbx81x@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: J. Nick Koston <nick@koston.org>
24 lines
643 B
YAML
24 lines
643 B
YAML
# Compiled dual-stack test: wifi + ethernet coexisting via network: priority:.
|
|
# This is the first build path that keeps both radios' stacks compiled in, so
|
|
# it must actually compile (not just validate) to guard the reconciler wiring.
|
|
# WiFi is listed first so the build also exercises the wifi-primary branch in
|
|
# network/util.cpp (the ethernet-primary branch matches the legacy order).
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
ethernet:
|
|
type: W5500
|
|
clk_pin: GPIO19
|
|
mosi_pin: GPIO21
|
|
miso_pin: GPIO23
|
|
cs_pin: GPIO18
|
|
interrupt_pin: GPIO36
|
|
reset_pin: GPIO22
|
|
clock_speed: 10Mhz
|
|
|
|
network:
|
|
priority:
|
|
- wifi
|
|
- ethernet
|