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.
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.