Open hipotenusa opened 6 years ago
Hi,
I've got the same problem recently, because they are both used in my project. I use now (platformio.ini) :
... lib_deps = https://github.com/zhouhan0126/WIFIMANAGER-ESP32.git https://github.com/zhouhan0126/WebServer-esp32.git ...
That's works for you ?
Else, try to rename all HTTP_HEAD in one library ?
(You play with Arduino IDE ? => PlatformIO 💪 ; )
I have the same problem :(
SOME PROBLEMS 'const char HTTP_HEAD []' redeclared as different kind of symbol
Since I updated ESP32 core including Webserver library I am experiencing following compilation error:
As a work around I have deleted Webserver library from /Arduino/hardware/espressif/esp32/libraries and it compiles well but I dont think this is the orthodox way at all.
Can somebody point me out in the right direction? Thanks!!