Search found 1 match

by smth42699
Fri Nov 07, 2025 5:13 pm
Forum: ESP-IDF
Topic: ESP32's crashes the if the SSID of the WiFi access point contains a ' symbol
Replies: 3
Views: 3621

ESP32's crashes the if the SSID of the WiFi access point contains a ' symbol

ESP-IDF 5.3.4, No Arduino, Win10.

I've loaded an official "station" example which demonstrates how to connect ESP32 to a home wifi access point. Made only 2 changes: .ssid and .password in the wifi_config:

wifi_config_t wifi_config = {
.sta = {
.ssid = "Jack's S22",
.password = "1234567899999 ...

Go to advanced search