empty ssid with bssid_set to true
Posted: Fri Jan 20, 2017 10:32 pm
Hi.
On one hardware i create an access point but for the instant i'm not able to set a ssid, so it's empty.
I first tried to connect to it with the esp32 by putting the ssid=""; and did get a big crash, so i did setup the bssid and bssid_set and i still crash when the ssid="" and if i put a random string in it to avoid crashing, i'm not able to connect to my access point.
am i missing something ?
thanks
-----------------------------------------------------------------------------------------------------
assertion "0 && "esp_wifi_connect()"" failed: file "xxx/ESP32/main/main.c", line 172, function: app_main
abort() was called at PC 0x400f0f1f
Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception)
Backtrace: 0x40008155:0x3ffc9d70 0x40007d16:0x3ffc9d90 0x4010484c:0x3ffc9dc0 0x
400d0e69:0x3ffca740
Rebooting...
On one hardware i create an access point but for the instant i'm not able to set a ssid, so it's empty.
I first tried to connect to it with the esp32 by putting the ssid=""; and did get a big crash, so i did setup the bssid and bssid_set and i still crash when the ssid="" and if i put a random string in it to avoid crashing, i'm not able to connect to my access point.
am i missing something ?
thanks
-----------------------------------------------------------------------------------------------------
assertion "0 && "esp_wifi_connect()"" failed: file "xxx/ESP32/main/main.c", line 172, function: app_main
abort() was called at PC 0x400f0f1f
Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception)
Backtrace: 0x40008155:0x3ffc9d70 0x40007d16:0x3ffc9d90 0x4010484c:0x3ffc9dc0 0x
400d0e69:0x3ffca740
Rebooting...