# 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