Search found 1 match
- Fri Aug 10, 2018 6:28 pm
- Forum: General Discussion
- Topic: Unable to see SoftAP SSID, but seeing something like ESP_82ABCD
- Replies: 1
- Views: 2630
Unable to see SoftAP SSID, but seeing something like ESP_82ABCD
I'm trying to setup a SoftAP using ESP32_WROOM and I did call ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_AP)); Also set SSID as below: wifi_config_t ap_config = { .ap = { .ssid = CONFIG_AP_SSID, // my_SSID .password = CONFIG_AP_PASSWORD, .ssid_len = 0, .channel = CONFIG_AP_CHANNEL, .authmode = CONF...