platformio-projects icon indicating copy to clipboard operation
platformio-projects copied to clipboard

ESP32-RFID Project with WebServer won't compile

Open FrightRisk opened this issue 2 years ago • 1 comments
trafficstars

There is a bug regarding this dependency:

me-no-dev/ESP Async WebServer@^1.2.3

I replaced that line with https://github.com/me-no-dev/ESPAsyncWebServer.git to get it to compile, but that's not a real solution. You can see the error discussed here:

https://github.com/me-no-dev/ESPAsyncWebServer/issues/1147

Could you help find the right way to fix it?

FrightRisk avatar May 03 '23 14:05 FrightRisk

Hmm interesting... Can you try with this https://github.com/esphome/ESPAsyncWebServer library which is a fork of the original?

donskytech avatar May 05 '23 22:05 donskytech