Correct order of API calls to become an access point ...
Posted: Tue Nov 01, 2016 9:53 pm
When looking at the API to become an access point, I see that there are three APIs of interest:
- esp_wifi_start()
- esp_wifi_set_config(WIFI_IF_AP, ...)
- esp_wifi_set_mode(WIFI_MODE_AP)