This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/Teensy41_AsyncTCP
Releases · khoih-prog/Teensy41_AsyncTCP
v1.1.0 to fix issue with slow browsers or network, to remove hard-code if possible, etc.
Releases v1.1.0
- Fix issue with slow browsers or network
- Remove hard-code if possible
- Improve debug messages by adding functions to display
error/state messages
instead ofcryptic error/state number
- Clean up
v1.0.0 to support Teensy 4.1 using QNEthernet Library
Initial Releases v1.0.0
- Initial porting and coding to support Teensy 4.1 using QNEthernet Library
- Add example multiFileProject to demo for multiple-file project to avoid
multiple-definitions
linker error