mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1522] I always see *WM: Using last saved values, should be faster #1299
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#1299
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 @netdudeuk on GitHub (Nov 20, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1522
Hardware: ESP8266 NodeMcu ESP-12E Development Board
Core Version: From - PlatformIO tzapu/WiFiManager@^0.16.0
PlatformIO won't let me select any of the much later beta versions.
My device always shows the below serial output and has never let me connect to the AP using my phone. It always just connects to the WLAN AP that I was previously using before I added in WIFIMANAGER to my existing code.
I would have expected that the resetSetttings() ought have forced the AP pop up every time.
I've never told WIFIMANAGER my SSID and password but I still get a connection.
I've just found that I can use the BASIC sketch in the Arduino IDE and the resetSetttings() command does clear the LAN information. If I don't enter the WIFI info and download my own project via PLATFORMIO then the settings have indeed been cleared and I get a new AP. However, the resetSetttings() in my own code still doesn't clear the settings.
Module: ESP8266 NodeMcu ESP-12E Development Board
Sketch
#include <ESP8266WiFi.h>
#include <WiFiManager.h>
void setup()
WiFiManager wifiManager;
wifiManager.resetSettings();
wifiManager.autoConnect("AutoConnectAP", "Nixie");
#END
@netdudeuk commented on GitHub (Nov 26, 2022):
Managed to get it working thanks.
@tablatronix commented on GitHub (Nov 26, 2022):
Yeah you have to add a custom lib dep in pio its annoying
@netdudeuk commented on GitHub (Nov 26, 2022):
I didn't actually do that. Are you referring the need to add a beta version ? I've just got tzapu/WiFiManager@^0.16.0 listed in mine. Please do you have a better lib dep entry to replace that one ? Thanks.
@tablatronix commented on GitHub (Nov 26, 2022):
Yeah github master