tag:github.com,2008:https://github.com/khoih-prog/WebSockets2_Generic/releases Release notes from WebSockets2_Generic 2022-12-06T07:40:56Z tag:github.com,2008:Repository/279490364/v1.13.2 2022-12-06T07:49:07Z v1.13.2 to fix compiler error using Teensy 4.1 QNEthernet `v0.17.0` <h3>Release v1.13.2</h3> <ol> <li>Fix compiler error using new <strong>Teensy 4.1 QNEthernet</strong> <code>v0.17.0</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.13.1 2022-11-24T09:24:53Z v1.13.1 to use new WiFi101_Generic library and to use `allman` style <h3>Release v1.13.1</h3> <ol> <li>Using new <a href="https://github.com/khoih-prog/WiFi101_Generic"><strong>WiFi101_Generic</strong> library</a> for sending larger data</li> <li>Add astyle using <code>allman</code> style. Restyle the library</li> <li>Update <code>Packages' Patches</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.13.0 2022-10-12T02:45:08Z v1.13.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core <h3>Release v1.13.0</h3> <ol> <li>Add support to <code>RASPBERRY_PI_PICO_W</code> using <code>CYW43439 WiFi</code> or <code>Ethernet</code> with <code>arduino-pico</code> core</li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.12.1 2022-10-09T18:46:56Z v1.12.1 to improve and fix bug in examples <h3>Release v1.12.1</h3> <ol> <li>Improve and fix bug in examples</li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.12.0 2022-10-09T05:35:23Z v1.12.0 to add support to ENC28J60 using `EthernetENC` or `UIPEthernet` Library for these supported boards: ESP32, nRF52, RP2040, SAM DUE, SAMD, STM32, Teensy <h3>Release v1.12.0</h3> <ol> <li>Add support to <strong>ENC28J60</strong> using <code>EthernetENC</code> or <code>UIPEthernet</code> Library for these supported boards</li> </ol> <ul> <li>ESP32</li> <li>nRF52</li> <li>RP2040</li> <li>SAM DUE</li> <li>SAMD</li> <li>STM32</li> <li>Teensy</li> </ul> khoih-prog tag:github.com,2008:Repository/279490364/v1.11.0 2022-10-08T17:50:21Z v1.11.0 to add support to `ESP32` using `W5x00` Ethernet <h3>Release v1.11.0</h3> <ol> <li>Add support to <code>ESP32</code> using <code>W5x00</code> Ethernet</li> <li>Update <code>Packages' Patches</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.10.3 2022-04-12T00:27:55Z v1.10.3 to use Ethernet_Generic library, to add support to SPI2 for ESP32 and SPI1 for RP2040, to use new `waitForLink()` function of QNEthernet, to add examples and rewrite all the examples to support new features, etc. <h3>Release v1.10.3</h3> <ol> <li>Use new <a href="https://github.com/khoih-prog/Ethernet_Generic"><strong>Ethernet_Generic</strong> library</a> as default for W5x00.</li> <li>Add support to <strong>SPI2 for ESP32</strong></li> <li>Add support to <strong>SPI1 for RP2040</strong> using <a href="https://github.com/earlephilhower/arduino-pico"><strong>arduino-pico</strong> core</a></li> <li>Rewrite all the examples to support new features</li> <li>Use new <code>waitForLink()</code> function of <strong>Teensy 4.1 QNEthernet</strong></li> <li>Update <code>Packages' Patches</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.10.2 2022-03-14T20:20:59Z v1.10.2 to fix bug when using `QNEthernet` staticIP, to add staticIP option to `NativeEthernet` examples and to update `Packages' Patches` <h3>Release v1.10.2</h3> <ol> <li>Fix bug when using <code>QNEthernet</code> staticIP. Check <a href="https://github.com/khoih-prog/WebSockets2_Generic/issues/39" data-hovercard-type="issue" data-hovercard-url="/khoih-prog/WebSockets2_Generic/issues/39/hovercard"><strong>QNEthernet and NativeEthernet staticIP not working with WS Server</strong> #39</a></li> <li>Add staticIP option to <code>NativeEthernet</code> examples</li> <li>Update <code>Packages' Patches</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.10.1 2022-02-27T02:09:46Z v1.10.1 to reduce Teensy 4.1 QNEthernet latency and to update `Packages' Patches` <h3>Release v1.10.1</h3> <ol> <li>Reduce <code>Teensy 4.1 QNEthernet</code> latency. Check <a href="https://github.com/khoih-prog/WebSockets2_Generic/issues/38" data-hovercard-type="issue" data-hovercard-url="/khoih-prog/WebSockets2_Generic/issues/38/hovercard"><strong>QNEthernet higher latency</strong> #38</a></li> <li>Update <code>Packages' Patches</code></li> </ol> khoih-prog tag:github.com,2008:Repository/279490364/v1.10.0 2021-12-18T21:23:08Z v1.10.0 supporting case-insensitive headers, according to RFC2616 and Sync with ArduinoWebsockets releases v0.5.3 <h3>Major Release v1.10.0</h3> <ol> <li>Supporting <strong>case-insensitive headers</strong>, according to <strong>RFC2616</strong></li> <li>Sync with <a href="https://github.com/gilmaimon/ArduinoWebsockets/releases/tag/0.5.3"><strong>ArduinoWebsockets releases v0.5.3</strong></a></li> </ol> <ul> <li>Add <code>connectSecure</code> method to support WSS connection with the classic interface (host, port, path)</li> <li>Add 1 second <code>connection timeout</code> for <strong>ESP32/ESP8266, Teensy 4.1 NativeEthernet and QNEthernet</strong></li> </ul> <ol start="3"> <li>Improve debug</li> </ol> khoih-prog