Open JochenKoehler69 opened 4 years ago
Try a full erase, and retry it, sometimes the softap wont start , this version does not detect failures, also make sure your esp lib is up to date. Might also try our development branch
I tried the full erase already (by uncommenting wifiManager.resetSettings()
once - without success. I try now to update the esp8266 libs ...
Just updated all libraries and ESP lib to 2.7.0 and also changed to 0.15.0-beta. The serial output changed a little:
WM: WM: AutoConnect bcn 0 del if1 usl mode : sta(4c:11:ae:03:25:12) add if0 WM: Connecting as wifi client... WM: No saved credentials WM: Connection result: WM: 0 del if0 usl mode : softAP(4e:11:ae:03:25:12) add if1 dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1) bcn 100 WM: WM: Configuring access point... WM: ESP206098 bcn 0 del if1 usl add if1 dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1) bcn 100 WM: AP IP address: WM: 192.168.4.1 WM: HTTP server started
But accesspoint is still not visible from any other WIFI device ...
You need to do a real erase
Dear I have the same problem. I´m using Wifimanager version 2.0.16-rc2 and Esp32S3 (Heltec Wireless stick lite). Could you help me? thanks
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I can't see the ESP as accesspoint on any WIFI-device after starting the autoconnect() function. Is there any additional debug functionality I can active to may be detect the error?
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages