Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 461bf9d

Browse files
authored
Update library.json
1 parent 0024a79 commit 461bf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"AsyncHTTPRequest_Generic",
33
"version": "1.0.0",
44
"description":"Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.",
5-
"keywords":"async,tcp,http,ESP8266,ESP32,ESPAsyncTCP,AsyncTCP_STM32,stm32,ethernet,wifi,lan8742a",
5+
"keywords":"async,tcp,http,ESP8266,ESP32,ESPAsyncTCP,AsyncTCP,stm32,ethernet,wifi,lan8742a",
66
"authors": [
77
{
88
"name": "Bob Lemaire",
@@ -43,7 +43,7 @@
4343
{
4444
"name": "STM32duino STM32Ethernet",
4545
"platforms": "ststm32"
46-
}
46+
},
4747
{
4848
"name": "STM32 AsyncTCP",
4949
"platforms": "ststm32"

0 commit comments

Comments
 (0)