I (683) wifi_init: rx ba win: 6
I (683) wifi_init: tcpip mbox: 32
I (683) wifi_init: udp mbox: 6
I (683) wifi_init: tcp mbox: 6
I (693) wifi_init: tcp tx win: 5760
I (693) wifi_init: tcp rx win: 5760
I (703) wifi_init: tcp mss: 1440
I (703) wifi_init: WiFi IRAM OP enabled
I (703) wifi_init: WiFi RX IRAM OP enabled
I (1063) phy_init: phy_version 230,c773401,Oct 30 2023,15:07:16
I (1113) wifi_manager: WIFI_EVENT_STA_START
I (1113) http_server: Registering URI handlers
I (1113) wifi_manager: MESSAGE: ORDER_LOAD_AND_RESTORE_STA
I (1113) wifi_manager: No saved wifi found on startup. Starting access point.
I (1123) wifi_manager: MESSAGE: ORDER_START_AP
I (1133) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 10.10.0.1
I (1143) wifi_manager: WIFI_EVENT_AP_START
I (1243) http_server: Registering URI handlers
I (7563) wifi_manager: WIFI_EVENT_AP_STACONNECTED
I (7713) esp_netif_lwip: DHCP server assigned IP to a client, IP is: 10.10.0.2
I (24003) http_server: POST /connect.json
I (24003) http_server: log data received: {"multicast":"239.1.1.1","port":"","protocol":"ax"}
I (24013) http_server: ssid: TestReseau, password: Password1!
I (24013) wifi_manager: MESSAGE: ORDER_CONNECT_STA
I (24023) wifi_manager: wifi_manager_fetch_wifi_sta_config: ssid: password:Password1!
I (24023) wifi_manager: wifi_manager_fetch_wifi_settings: sta_authmode 0
I (24033) wifi_manager: wifi_manager_fetch_wifi_settings: RM enabled 1
I (24043) wifi_manager: wifi_manager_fetch_wifi_settings: BTM enabled 1
I (24053) wifi_manager: wifi_manager_fetch_wifi_settings: MBO enabled 1
I (24053) wifi_manager: wifi_manager_fetch_wifi_settings: FT enabled 1
ESP_ERROR_CHECK failed: esp_err_t 0x300a (ESP_ERR_WIFI_SSID) at 0x4200c3d8
0x4200c3d8: wifi_manager at C:/Users/jesbac/Desktop/STAGE/Projets/esp/softap_prov/components/esp32-wifi-manager/src/wifi_manager.c:1448 (discriminator 1)
file: "./components/esp32-wifi-manager/src/wifi_manager.c" line 1448
func: wifi_manager
expression: esp_wifi_connect()
The thing is that, if I remove the following lines :
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 :(