mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 17:45:49 +03:00
[GH-ISSUE #1565] ESP32-S3 custom board not storing the WiFi credentials after restart #1336
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#1336
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 @Sireevenkat on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1565
Hi,
I am using ESP32-S3 custom board with Arduino IDE. In my project I am storing the Wi-Fi credentials in the ESP32-S3 custom board but after restarting the board Board not giving stored credentials. I checked same with ESP32-S3 development board and Its storing the given credentials after restarting the board. Can you suggest the solution for this. Due to what issue it will happen? What I have to change in the Software to make this work.
I am using WiFiManager library to give the WiFi credentials to the board.
Thanks
@sabas1080 commented on GitHub (Feb 28, 2023):
check that it is the same version of esp32-s3 as the one on the development board, I am using credential storage in S3 and it works
@Amtho commented on GitHub (Jun 15, 2023):
Im experiencing the same problem with this module:
https://www.digikey.de/de/products/detail/espressif-systems/ESP32-S3-WROOM-2-N32R8V/15970964
@tablatronix commented on GitHub (Jun 15, 2023):
Got any logs? Is it actually connecting and saving credentials?
@tablatronix commented on GitHub (Jun 15, 2023):
Works for me on my S3 mini, maybe try a full nvs erase, or your partitions are wrong ( shouldnt matter tho )