[GH-ISSUE #213] Where/how are fields stored? #173

Closed
opened 2026-02-28 01:23:49 +03:00 by kerem · 3 comments
Owner

Originally created by @Daemach on GitHub (Aug 10, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/213

Where is the SSID and password stored? How about custom fields like the blynk token?

Originally created by @Daemach on GitHub (Aug 10, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/213 Where is the SSID and password stored? How about custom fields like the blynk token?
kerem closed this issue 2026-02-28 01:23:49 +03:00
Author
Owner

@tzapu commented on GitHub (Aug 15, 2016):

hi

ssid and pwd are stored by the expressif sdk in the flash.

the other stuff, that you used a parameter for, you are responsible for saving, so it could be eeprom or fs, depending on how you want to do it

cheers

On 10 Aug 2016, at 20:01, Daemach notifications@github.com wrote:

Where is the SSID and password stored? How about custom fields like the blynk token?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/213, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkFXSCyNBJP6UwAo0Z_-jwNGlO77Iks5qegQBgaJpZM4JhW_c.

<!-- gh-comment-id:239799711 --> @tzapu commented on GitHub (Aug 15, 2016): hi ssid and pwd are stored by the expressif sdk in the flash. the other stuff, that you used a parameter for, you are responsible for saving, so it could be eeprom or fs, depending on how you want to do it cheers > On 10 Aug 2016, at 20:01, Daemach notifications@github.com wrote: > > Where is the SSID and password stored? How about custom fields like the blynk token? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/213, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkFXSCyNBJP6UwAo0Z_-jwNGlO77Iks5qegQBgaJpZM4JhW_c.
Author
Owner

@piux commented on GitHub (Sep 7, 2016):

@tzapu how can i change or read this values without being in access point mode?

<!-- gh-comment-id:245416601 --> @piux commented on GitHub (Sep 7, 2016): @tzapu how can i change or read this values without being in access point mode?
Author
Owner

@tzapu commented on GitHub (Sep 8, 2016):

hi

i believe you are looking for
WiFi.SSID()
and
WiFi.psk()

Cheers

On 7 Sep 2016, at 23:57, piux notifications@github.com wrote:

@tzapu https://github.com/tzapu how can i change or read this values without being in access point mode?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/213#issuecomment-245416601, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkKH8p6MRteKDPgq_PNDNvIz0mZCMks5qnyUpgaJpZM4JhW_c.

<!-- gh-comment-id:245499309 --> @tzapu commented on GitHub (Sep 8, 2016): hi i believe you are looking for WiFi.SSID() and WiFi.psk() Cheers > On 7 Sep 2016, at 23:57, piux notifications@github.com wrote: > > @tzapu https://github.com/tzapu how can i change or read this values without being in access point mode? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/213#issuecomment-245416601, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkKH8p6MRteKDPgq_PNDNvIz0mZCMks5qnyUpgaJpZM4JhW_c.
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#173
No description provided.