-
Notifications
You must be signed in to change notification settings - Fork 29
compatibility with ESPAsyncWebServer #11
Comments
You can try the simple solution as follows to see if it's working for you
If not, you can temporarily modify either In the future release of AsyncHTTPRequest_Generic, I'll try to use namespace to avoid name-pollution issue. |
I'll release a new version today to fix that conflict. Hold on if you still have some issue. |
Many thanks. I'll check that ASAP. |
### 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**](#11) 2. Fix compiler warnings.
### 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**](#11) 2. Fix compiler warnings.
### 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**](#11) 2. Fix compiler warnings.
### 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**](#11) 2. Fix compiler warnings.
### 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**](#11)
### 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**](#11)
Hi @baddwarf The new release has been published. You contribution has been noted in Contributions and Thanks. Don't be humble anymore, we, Library Writers, need many fresh eyes and minds to test, use and point out many of our mistakes and omissions. Please test and report if there is any further issue. Releases v1.1.2
|
Hi,
Please forgive me if it's an easy question. I'm a casual programmer.
I'm trying to use your library and ESPAsyncWebServer library https://github.com/me-no-dev/ESPAsyncWebServer. I've got a compilation error regarding _lock value (which is defined in both project).
I'm trying to understand what this variable is used for in your library but I can't find out. Is there a way to rename/bypass this and getting the two library working together?
The text was updated successfully, but these errors were encountered: