mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1742] Changing STA config's authmode causes the STA config's SSID to become empty #1478
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#1478
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 @evoon on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1742
Basic Infos
Hardware
WiFimanager Branch/Release: Master v5.2.1 (I tried v5.2 also)
Esp8266/Esp32: ESP32
Hardware: ESP32-C6-WROOM-1
Description
Wifi_manager STA config's SSID becomes blank after modifying STA config's Authmode, generating an error ESP_ERR_WIFI_SSID on esp_wifi_connect() call.
Sketch
Debug Messages
The thing is that, if I remove the following lines :
And change it to :
The SSID is still there and the connexion is successful, I don't get it :(