Page 1 of 1

WiFi softAP demo test by esp-idf.

Posted: Fri Mar 27, 2020 12:54 pm
by Daniel.Kim
Hello

I'm testing the wifi softAP mode by esp-idf.

I run recommend code but it can't be detected on my smartphone.

I don't modify reference code except for ssid and password.
(I modified ssid and password in idf.py menuconfig)

Is there any configuration for wifi softAP mode?

Using reference code : esp-idf/examples/wifi/getting_started/softAP

what is the mean bellow error?
I (599) net80211: OS adapter function version error! Version 4 is expected, but it is 6

Re: WiFi softAP demo test by esp-idf.

Posted: Fri Mar 27, 2020 3:46 pm
by ESP_Sprite
Hm, that sounds like an incomplete update to esp-idf... did you do a git submodule update --init --recursive?

Re: WiFi softAP demo test by esp-idf.

Posted: Thu Apr 02, 2020 2:36 am
by Daniel.Kim
Dear ESP_Sprite

Thanks for your reply.

As your commend, it was esp-idf update issue.

Now it solved.