Probably dumb question but I'm going crazy trying to make my Teensy 3.6 project run with Teensy 4.1 and native ethernet.
Is the Ethernet.begin(mac, IP, Gateway, netmask) call supported within NativeEthernet?
My code:
Ethernet.begin(macArray, currentSettings.srcIP, Dns...