mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1047] Accesspoint not visible after "autoconnect()" #893
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#893
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JochenKoehler69 on GitHub (May 5, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1047
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
@tablatronix commented on GitHub (May 5, 2020):
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
@JochenKoehler69 commented on GitHub (May 5, 2020):
I tried the full erase already (by uncommenting
wifiManager.resetSettings()once - without success. I try now to update the esp8266 libs ...@JochenKoehler69 commented on GitHub (May 5, 2020):
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:
But accesspoint is still not visible from any other WIFI device ...
@tablatronix commented on GitHub (May 5, 2020):
You need to do a real erase
@Centrino1 commented on GitHub (Sep 5, 2023):
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