mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1461] SSID and password are not saved after configuration In The ESP32 #1251
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#1251
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 @pandahvaz on GitHub (Jul 26, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1461
Hardware
WiFimanager Branch/Release: 2.0.10-beta
Esp32:
Hardware: ESP32-Wroom 32D
Arduino IDE 1.8.12
Description
My problem is that the SSID and password are not saved after configuration. I upload the sample code in the EPS32 and configuration SSID And Password and Connect to Network. Every things is great. , but after power failure or restart, all information related to ID and password is lost and I have to re-configure. that is not good at all.
This problem only exists for ESP32 board.
"There is no problem when I run the same code on ESP8266.
Settings in IDE
Module: ESP32-Wroom 32D
Additional libraries: Version 2.0.10-Beta
Sketch
Debug Messages
@tablatronix commented on GitHub (Jul 26, 2022):
Only time i have seen this is when flash is corrupt, a full nvs erase might fix it or try another board
@pandahvaz commented on GitHub (Jul 27, 2022):
I have used several types of ESP32 and still had the same problem.
At first, I used the ESP32 module and programmed it with ESP32 WROOM PGA Programmer.
Then I did the same thing on the development board like as DOIT ESP32 DEVKIT V1.
The same problem persisted in both Board.
@tablatronix commented on GitHub (Jul 27, 2022):
What does your serial log look like?
what esp lib verison are you on, try to update it maybe ?
@nelsonii commented on GitHub (Aug 12, 2022):
I run an Adafruit QT Py ESP32-C3 and had the same problem. Changing the Flash Mode (Arduino > Tools > Flash Mode) solved the problem for me. Drove me crazy!
Flash Mode: QIO : IMPORTANT -- THE C3 CHIP MUST USE QIO (not the default of DOUT).
@tablatronix commented on GitHub (Aug 12, 2022):
oh wow interesting, maybe I can check that flash gets saved, I would expect esp lib to do this already, maybe I will raise an issue there also
@nelsonii commented on GitHub (Aug 12, 2022):
Oh, lordy. It was driving me nuts. I finally found something that mentioned QIO for the -C3. If you need anyone to test against the Adafruit QT Py ESP32-C3, I'm your guy. I'm using this board for a number of things.
And, let me say: Thank You. This WiFi Portal is wonderful. I appreciate the effort you've put into it. I work on Assistive/Adaptive Technology, and this is being used to help folks control their hospital beds by voice. This is making a difference.
@tablatronix commented on GitHub (Aug 17, 2022):
I have the same issue on an S2, wont save no matter what.. wtaf
@tablatronix commented on GitHub (Aug 17, 2022):
Its a bug, works in stable, does not work in
*wm:[1] ESP SDK version: v4.4-beta1-308-gf3e0c8bc41
@tablatronix commented on GitHub (Aug 24, 2022):
Its bad bootloader flash mode, have to clear pio cache and frameworks and reupload
@crasu commented on GitHub (Jan 14, 2023):
pio system prune solved the issue for me