That was a typo in this post, I edited the correct values.
Reducing the PCB for TCP and UDP to 4 (from 8), now gives:
-Og -g
teensy_size: FLASH: code:1526256, data:81952, headers:8684 free for files:6509572
RAM1*: variables:92192...
Hi shawn,
here is the current output of QNEthernet vs NativeEthernet:
nativeethernet:
teensy_size: FLASH: code:1487336, data:70688, headers:9176 free for files:6559264
teensy_size: RAM1: variables:79972, code:395372, padding:30612 free...
Hi shawn,
I tried your library and it is a very nice drop-in replacement. Very good work and good features. At the moment however, it is too big for my code setup. I definitely have it on my list for later optimizations and to see which library I...
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...