Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v2.16.1 to use new WiFi101_Generic library
Browse files Browse the repository at this point in the history
### Release v2.16.1

1. Using new [`WiFi101_Generic library`](https://github.com/khoih-prog/WiFi101_Generic) for sending larger data
2. Add astyle using `allman` style. Restyle the library
3. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Nov 24, 2022
1 parent 74b4b55 commit 3f3f22d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WebSockets_Generic-Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 2.16.0
Version: 2.16.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -44,6 +44,7 @@
2.14.2 K Hoang 27/03/2022 Fix Async bug for ESP8266 when using NETWORK_ESP8266_ASYNC
2.15.0 K Hoang 06/04/2022 Use Ethernet_Generic library as default. Sync with arduinoWebSockets v2.3.6
2.16.0 K Hoang 13/10/2022 Add WS and WSS support to RP2040W using CYW43439 WiFi
2.16.1 K Hoang 24/11/2022 Using new WiFi101_Generic library
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit 3f3f22d

Please sign in to comment.