Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can any one tell me how to solve this, multiple libraries ? #17

Open
GhassanYusuf opened this issue Aug 22, 2018 · 1 comment
Open

Can any one tell me how to solve this, multiple libraries ? #17

GhassanYusuf opened this issue Aug 22, 2018 · 1 comment

Comments

@GhassanYusuf
Copy link

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.

@Kadah
Copy link

Kadah commented Aug 24, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants