-
Notifications
You must be signed in to change notification settings - Fork 189
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
AutoConnect not longer runningh on ESP8266 #607
Comments
AutoConnect has been verified to work with Wemons D1 mini. It's probably not an AutoConnect problem. #include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#include <AutoConnect.h>
AutoConnect portal;
void setup() {
delay(1000);
Serial.begin(115200);
Serial.println();
portal.begin();
}
void loop() {
portal.handleClient();
} |
same here, at connection to the ESP AP... any ideas? at build i have many warnings about
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Autoconnect compiles on ESP8266 (Wemos D1 mini), but cannot run.
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 3460, room 16
tail 4
chksum 0xcc
load 0x3fff20b8, len 40, room 4
tail 4
chksum 0xc9
csum 0xc9
v00074040
~ld
I tried several versions and modules.
The text was updated successfully, but these errors were encountered: