hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

Prioritise ethernet over wifi but allow both #85

Closed Teckiee closed 9 months ago

Teckiee commented 10 months ago

Hi, Is there a recommended way for me to build in such a way I can have both ethernet and wifi compiled, but choose which one to use at runtime? I want to be able to automatically choose ethernet if it's connected, but if not, use wifi. During the setup phase would be fine (and if ethernet drops connection during loop(), just restart the device to swap to wifi.

hideakitai commented 10 months ago
hideakitai commented 9 months ago

If you still need help, please reopen this issue.