Hi Paul,
I am working on a private Teensy project (controlling my model rail way, German forum post here) where I sometimes exceed the Teensy 4.1 RAM1 or flash limits (especially with the debug build).
To avoid this, I disable some FNET configs in fnet_user_config.h (no TLS + delete mbedtls source, disable MDNS for example).
In the NativeEthernet libraries supplied by you, the FNET configs are not respected.
Could you please add #if FNET_CFG_MDNS ... #endif to NativeMdns.cpp (#21...82) and NativeEthernet.h (#379...400)?
Thanks
Daniel
I am working on a private Teensy project (controlling my model rail way, German forum post here) where I sometimes exceed the Teensy 4.1 RAM1 or flash limits (especially with the debug build).
To avoid this, I disable some FNET configs in fnet_user_config.h (no TLS + delete mbedtls source, disable MDNS for example).
In the NativeEthernet libraries supplied by you, the FNET configs are not respected.
Could you please add #if FNET_CFG_MDNS ... #endif to NativeMdns.cpp (#21...82) and NativeEthernet.h (#379...400)?
Thanks
Daniel