Closed nbg3000 closed 2 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.
WiFiManager
ESPAsyncWebServer
What versions of the libraries are you using? Do i have to make changes in the libraries?
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?
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
andESPAsyncWebServer
. They both define this methods.What versions of the libraries are you using? Do i have to make changes in the libraries?