-
Notifications
You must be signed in to change notification settings - Fork 34
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
It doesn't work #19
Comments
I get the same error with Arduino on an ESP8266 D1 Pro clone in STA mode when fetching wifi.htm.
/wifi/list works as expected. /wifi/rst does an ESP reset but this does not reboot arduino and leaves the device nonfunctional. Recommend using ESP.reset() instead of restart(), even though this is less graceful. I'm using the esp8266 pre-release (git 2.5.0) code. |
I strongly suspect your (and my) problem is due to PROGMEM. If you replace the /wifi.htm handler with one that returns a non-PROGMEM char string, the problem should go away. |
I had this same issue. I fixed it by changing line 9 of PersWiFiManager.cpp to start with
|
issue gone in v4.0.0, which also appears to have the edit mentioned by @LukeTrainor, and also defaults to non-PROGMEM. Works great. Recommend closing the issue as fixed. This is definitely the best 8266 wifi config API IMO |
I flashed this code to nodmcu with esp8266 chip and the AP mode doest work. after I connect to ap this error appeared in serial console
The text was updated successfully, but these errors were encountered: