mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1696] Wifi credentials #1438
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#1438
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 @Guytou11 on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1696
After a few months working without any issue, WiFiManager lost the WiFi credentials. They have been put in again through the portal and the ESP32 is working fine again. Any reason why WiFiManager lost these credentials ?
@Chalta commented on GitHub (Sep 10, 2024):
Did wifi manager lose the credentials? How are you sure this is what happened? Perhaps there was a network change? Or the ESP32 flash was erased?
@Guytou11 commented on GitHub (Sep 10, 2024):
Hi, There was no network change. Not sure how the ESP32 flash could have been erased. The ESP32 did still all what it was intented to do, exept that he didn't remember the WiFi credentials. It happened only once, but I am still interested to learn why.
@tablatronix commented on GitHub (Sep 10, 2024):
Cosmic rays
@loloz3 commented on GitHub (Oct 6, 2024):
My ESP8266 is also losing Wifi credentials when there is short power disturbance...
(it is install on a Archery Bow and there are a lot of vibrations)
memcpy is currently used to save them, is it possible to changed and used LitteFS ?
@B1ackt34 commented on GitHub (Dec 15, 2024):
I'm so curious about your installation ! What does an ESP on a bow?
@tablatronix commented on GitHub (Dec 15, 2024):
Wifi creds are stored in flash by the esp lib, if you are losing them something is wrong with your memory or board
@loloz3 commented on GitHub (Dec 15, 2024):
I tested with several ESP8266… and all have the same issue. Currently I must use wifi credentials in my code… I cannot use WifiManager any more ( this is happened too often )
FYI Here my project (in French sorry)
https://loloz3.ddns.net/ArcherTrainer/build.html#hard