Can any one tell me how to solve this, multiple libraries ?
GhassanYusuf opened this issue · 1 comments
i get this error now ?
Arduino: 1.8.5 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default, QIO, 80MHz, 4MB (32Mb), 921600, None"
In file included from C:\Users\Guest One\Documents\Arduino\libraries\WIFIMANAGER-ESP32-master\examples\AutoConnect\AutoConnect.ino:14:0:
C:\Users\Guest One\Documents\Arduino\libraries\WIFIMANAGER-ESP32-master/WiFiManager.h:36:22: error: 'const char HTTP_HEAD []' redeclared as different kind of symbol
const char HTTP_HEAD[] PROGMEM = "<html lang="en"><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/><title>{v}</title>";
^
In file included from C:\Users\Guest One\Documents\Arduino\hardware\espressif\esp32\libraries\WebServer\src/WebServer.h:30:0,
from C:\Users\Guest One\Documents\Arduino\libraries\WIFIMANAGER-ESP32-master\examples\AutoConnect\AutoConnect.ino:12:
C:\Users\Guest One\Documents\Arduino\hardware\espressif\esp32\libraries\WebServer\src/HTTP_Method.h:10:3: note: previous declaration 'HTTPMethod HTTP_HEAD'
HTTP_HEAD = 0b00100000,
^
Multiple libraries were found for "WiFi.h"
Used: C:\Users\Guest One\Documents\Arduino\hardware\espressif\esp32\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
Multiple libraries were found for "WebServer.h"
Used: C:\Users\Guest One\Documents\Arduino\hardware\espressif\esp32\libraries\WebServer
Not used: C:\Users\Guest One\Documents\Arduino\libraries\WebServer_tng-master
exit status 1
Error compiling for board ESP32 Dev Module.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I haven't verified this, but you might not need this library anymore with the current version of the Espressif ESP32 Arduino core. Remove this library and try again.
As for the multiple for WiFi.h, not sure why you are getting that one.