### 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

@ -37,9 +37,9 @@
"platforms": "espressif8266"
},
{
"owner": "khoih-prog",
"owner": "khoih.prog",
"name": "ESPAsync_WiFiManager",
"version": ">=1.4.1",
"version": ">=1.4.3",
"platforms": ["espressif8266", "espressif32"]
},
{