|
1 | 1 | { |
2 | 2 | "name":"AsyncHTTPRequest_Generic", |
3 | | - "version": "1.12.0", |
4 | | - "description":"Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP32 with LwIP ENC28J60, ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", |
5 | | - "keywords":"communication, async, tcp, http, ESP8266, ESP32, ESP32-S2, ESP32-S3, ESP32-C3, wt32-eth01, stm32, ethernet, wifi, lan8742a, nucleo-144, stm32f7, W5x00, ENC28J60", |
| 3 | + "version": "1.13.0", |
| 4 | + "description":"Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP32 with LwIP ENC28J60, W5500 or W6100, ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", |
| 5 | + "keywords":"communication, async, tcp, http, ESP8266, ESP32, ESP32-S2, ESP32-S3, ESP32-C3, wt32-eth01, stm32, ethernet, wifi, lan8742a, nucleo-144, stm32f7, W5x00, ENC28J60, w6100, lwip, lwip-ethernet", |
6 | 6 | "authors": [ |
7 | 7 | { |
8 | 8 | "name": "Bob Lemaire", |
|
69 | 69 | { |
70 | 70 | "owner": "khoih-prog", |
71 | 71 | "name": "WebServer_ESP32_ENC", |
72 | | - "version": ">=1.5.1", |
| 72 | + "version": ">=1.5.3", |
73 | 73 | "platforms": ["espressif32"] |
74 | 74 | }, |
75 | 75 | { |
76 | 76 | "owner": "khoih-prog", |
77 | 77 | "name": "WebServer_ESP32_W5500", |
78 | | - "version": ">=1.5.1", |
| 78 | + "version": ">=1.5.3", |
| 79 | + "platforms": ["espressif32"] |
| 80 | + }, |
| 81 | + { |
| 82 | + "owner": "khoih-prog", |
| 83 | + "name": "WebServer_ESP32_W6100", |
| 84 | + "version": ">=1.5.3", |
79 | 85 | "platforms": ["espressif32"] |
80 | 86 | }, |
81 | 87 | { |
|
0 commit comments