dronecz / ESP32-Reflow-Controller

Reflow controller with ESP32 and TFT LCD on board.
67 stars 22 forks source link

error: redeclaration of 'HTTP_DELETE' #3

Closed nbg3000 closed 2 years ago

nbg3000 commented 3 years ago

I'm working on the bootstrap+Wifi manager branch and getting some errors about redeclaration of some HTTP methods:

I think the problem is the use of the libraries WiFiManager and ESPAsyncWebServer. They both define this methods.

What versions of the libraries are you using? Do i have to make changes in the libraries?

dronecz commented 3 years ago

You have to use WiFiManager from this branch. To be clear, this branch is/was just a test. FW has to be heavily modified to make it work with LVGL.

What are you trying to achieve or are you just playing?