Skip to content
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

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 05 Sep 19:28
· 87 commits to master since this release
9989fd1

Major Release v1.4.0

  1. Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
  2. Fix bug in non-blocking connection
  3. Add new feature to permit using either server's hostname, such as your_account.duckdns.org, or server's IPAddress, such as IPAddress(192,168,2,112)
  4. Update examples with new features, bug-fixes, etc.