### Releases v1.1.2

1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11)
This commit is contained in:
Khoi Hoang
2021-02-11 15:00:45 -05:00
committed by GitHub
parent 2379954e53
commit 35d43080b4

View File

@ -32,14 +32,14 @@
}, },
{ {
"owner": "me-no-dev", "owner": "me-no-dev",
"name": "ESP AsyncTCP", "name": "ESPAsyncTCP",
"version": ">=1.2.2", "version": ">=1.2.2",
"platforms": "espressif8266" "platforms": "espressif8266"
}, },
{ {
"owner": "khoih-prog", "owner": "khoih.prog",
"name": "ESPAsync_WiFiManager", "name": "ESPAsync_WiFiManager",
"version": ">=1.4.1", "version": ">=1.4.3",
"platforms": ["espressif8266", "espressif32"] "platforms": ["espressif8266", "espressif32"]
}, },
{ {