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

ESP32 WiFiManager AutoConnect #30

Open
HattonG opened this issue Mar 26, 2019 · 1 comment
Open

ESP32 WiFiManager AutoConnect #30

HattonG opened this issue Mar 26, 2019 · 1 comment

Comments

@HattonG
Copy link

HattonG commented Mar 26, 2019

Hello, I am new to the ESP32. I know that there is a WiFiManager for ESP8266 that works allowing Wifi connectivity by first creating an access point that can be connected to for the selection of the SSID that you want to use. This avoids defining the SSID and Password withing the sketch.

I can find various ESP32 versions of the WiFiManager library but everytime I try to use these I end up with the following error "error: 'const char HTTP_HEAD []' redeclared as different kind of symbol"

I can see other people have experienced this problem and have raised the issue. Unfortunately I have been unable to Identify if anyone has found a reliable cure for the issue.

Apologies if This is in the wrong forum or area but I would be grateful if anyone could help or at least tell me if the issue has been resolved or is it still outstanding

Regards
Xeon

@LukasAV
Copy link

LukasAV commented Apr 21, 2019

Hi,
I also had this issue. I do not know what exactly caused the problem, but I could resolve my issue by manually renaming HTTP_HEAD in the .h and .cpp file, eg. to HTTP_HEAD2. Not a satisfying solution but it works. This is also the offered solution at the end of this thread

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