mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #648] "AutoConnectAp" name comebacks after disconnect. #543
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#543
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 @hassasian on GitHub (Jul 9, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/648
Hi. I'm using esp8266 with wm ofc. Everthing works as expected thx for this great lib. But I encounter a problem today. Here we go ;
On setup,
It works as expected at the begining. I connect my esp to a router. Then I close the router. And esp disconnect from it normally. Then it starts ap mode which named "AutoConnectAp". But I want same name for this ap mode.
@tablatronix commented on GitHub (Jul 9, 2018):
You will have to erase credentials, Sometimes it gets saved to flash
@hassasian commented on GitHub (Jul 9, 2018):
Thx for your answer. But i dont understad what u mean. If i delete credentials will that cause to loose my ip configs etc. And how i delete this?
@tablatronix commented on GitHub (Jul 10, 2018):
Erase it once.
@hassasian commented on GitHub (Jul 10, 2018):
thx for helping my problem to solve 👍
wifiManager.resetSettings();solved it.