From c400e1555cabe8ab74994c3f8b7036ae10432194 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:55:07 -0500 Subject: [PATCH] [Library Manager] Add WiFi101_Generic library (#2115) ### Releases v1.0.0 - 2022.11.17 1. Fix severe limitation to permit sending much larger data than total 4K 2. Use `allman astyle` and add `utils` 3. Add `Packages' Patches` ### Releases v0.16.1 - 2021.05.21 * Add compatibility to [WebSockets2_Generic](https://github.com/khoih-prog/WebSockets2_Generic) library --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7024f69a..09cb870e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5343,3 +5343,4 @@ https://github.com/YoupiLab/YLEsp8266 https://github.com/YoupiLab/SIM800_YL https://github.com/shah253kt/SimpleStack https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library +https://github.com/khoih-prog/WiFi101_Generic