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

curent lib is not compiled #29

Open
planer-pro opened this issue Feb 10, 2019 · 2 comments
Open

curent lib is not compiled #29

planer-pro opened this issue Feb 10, 2019 · 2 comments

Comments

@planer-pro
Copy link

i got strange error while compiling:

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>"

how to fix it who know?

@EdgarBarranco
Copy link

I had the same problem. I edited the WiFiManager.h and WiFiManager.c files replacing HTTP_HEAD with HTTP_HEAD_ESP32. Be aware there is a HTTP_HEAD_END too, so be careful. It needs to be changed on like 6 places or so.

@davefiddes
Copy link

There looks to be a good fix for this in PR #24. Would be good to get this merged.

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

3 participants