You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
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,
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.
The text was updated successfully, but these errors were encountered: