mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1282] OTA update forgets wifi credentials #1100
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#1100
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 @josejsarmento on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1282
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: Esp8266
Hardware: ESP-07S
Core Version: 3.0.2
Description
After an OTA update, the wifi credentials are forgotten. This is odd as I've seen searching through the web that many users have complained about the opposite, and wanted to actually erase wifi creds after an update. Maybe there's a way to store and load the credentials from SPIFFS?
Settings in IDE
Module: Generic ESP8266 module
Additional libraries:
Sketch
Debug Messages
@josejsarmento commented on GitHub (Aug 25, 2021):
I've managed to have something working by writing and loading from the SPIFFS:
Maybe there could be a feature in WiFiManager so that you could load/store wifi credentials to the SPIFFS?
@tablatronix commented on GitHub (Aug 25, 2021):
I have seen this happen on some esps and some libs, no idea what causes it probably bad memory guards in ota or cross versions. This really should not happen anymore as the sdk has not changed
@sensboston commented on GitHub (Dec 17, 2021):
I've noticed this issue on my sketch (ESP8266 based), it's really annoying. Will be great to get it fixed.