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
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.
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?
The text was updated successfully, but these errors were encountered: