[GH-ISSUE #1136] Where is the Data stored ?? #973

Closed
opened 2026-02-28 01:27:55 +03:00 by kerem · 5 comments
Owner

Originally created by @animeshdhakal on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1136

I want to know a simple question that Where are the ssid and password stored ? Is it on the EEPROM ?? Hope Anyone Knows !!

Originally created by @animeshdhakal on GitHub (Oct 21, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1136 I want to know a simple question that Where are the ssid and password stored ? Is it on the EEPROM ?? Hope Anyone Knows !!
kerem closed this issue 2026-02-28 01:27:55 +03:00
Author
Owner

@tablatronix commented on GitHub (Oct 21, 2020):

The esp library handles this

<!-- gh-comment-id:713597406 --> @tablatronix commented on GitHub (Oct 21, 2020): The esp library handles this
Author
Owner

@animeshdhakal commented on GitHub (Oct 21, 2020):

I want to store relay state without the eeprom so how can I do it with esp library???

<!-- gh-comment-id:713611385 --> @animeshdhakal commented on GitHub (Oct 21, 2020): I want to store relay state without the eeprom so how can I do it with esp library???
Author
Owner

@tablatronix commented on GitHub (Oct 21, 2020):

you cannot, you have to use your own code and save to flash or spiffs, or littlefs

<!-- gh-comment-id:713766705 --> @tablatronix commented on GitHub (Oct 21, 2020): you cannot, you have to use your own code and save to flash or spiffs, or littlefs
Author
Owner

@animeshdhakal commented on GitHub (Oct 22, 2020):

I want store only 0 and 1, 4 times so is there any code I can find ?

<!-- gh-comment-id:714179274 --> @animeshdhakal commented on GitHub (Oct 22, 2020): I want store only 0 and 1, 4 times so is there any code I can find ?
Author
Owner

@tablatronix commented on GitHub (Oct 22, 2020):

here is some code i wrote that saves to flash, used for reset counting.

https://gist.github.com/tablatronix/efa5d525d704e4b8b9ece31af0c99fdf

Maybe it will give you a place to start

<!-- gh-comment-id:714181083 --> @tablatronix commented on GitHub (Oct 22, 2020): here is some code i wrote that saves to flash, used for reset counting. https://gist.github.com/tablatronix/efa5d525d704e4b8b9ece31af0c99fdf Maybe it will give you a place to start
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#973
No description provided.