mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1123] Spiffs gets erased after ssid and password save #963
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#963
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 @Qbunjo on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1123
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
POST SERIAL OUTPUT !
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Hi there,
I Just added your manager to my project.
https://github.com/The-Coobaz/hunter-hack
I use spiffs to keep web page and css. But When I added the manager, after saving ssid and pass, The spiffs gets cleared. I don't know why id does happen, since I can't find in your library place where the credentials gets saved.
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages
@tablatronix commented on GitHub (Sep 10, 2020):
The esp saves the credentials on its own wm doesnt save anything. So I suspect you have a esp lib issue or corrupt memory, do a full erase.
@Qbunjo commented on GitHub (Sep 10, 2020):
Whoah! What a prompt answer! I will examine that.
@tablatronix commented on GitHub (Sep 10, 2020):
also may sound dumb, but make sure you are not calling spiff.format.... lol
@Qbunjo commented on GitHub (Sep 11, 2020):
Noo, I am not that dumb :)
@Qbunjo commented on GitHub (Sep 11, 2020):
Hi. I did as you advised. Did full erase and updated library to current dev version. Everything works now. Thanks for your hint.