This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.4.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet, Fix bug in non-blocking connection and Add new feature to permit using either server's hostname or IPAddress
Major Release v1.4.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- Fix bug in non-blocking connection
- Add new feature to permit using either server's hostname, such as
your_account.duckdns.org
, or server's IPAddress, such asIPAddress(192,168,2,112)
- Update examples with new features, bug-fixes, etc.