Teensy 4.1 freezes when Connected to local Blynk server

Hi Pete

Thanks for that information and the very quick reply!

I changed to 0.6.1, no change

If I try to open BlynkBlink sketch from the 0.6.1 library, it will run but will get a DHCP failure.

if I change the blynk.begin to include the local ip/subnet/etc
Blynk.begin(auth1, server1,port1, ip, dns, gateway, subnet, mac);

on the serial console it shows my IP is 0.0.0.0

change the Ethernet.h to nativeethernet.h, I get a huge number of errors on compiling. so seems like I need to run ethernet.h, but from what I read I need nativeethernet.h.

seems wierd that no one has any examples of a Teensy 4.1 with native ethernet with a local server anywhere… I would love to have a working sketch that I could start from.

I just noticed my like to another thread that had a similar issue was incorrect. below is the link of someone having the same issue, but no way of correcting the issue was given other than looking thru documentation, etc. I have been scouring thru the documentation and forums, and have been unable to find anything. again, seems like almost everyone is using other hardware.

Thanks

Brent