[Solved] Being a WiFi station but not using DHCP ...
Posted: Sun Oct 16, 2016 2:00 am
Studying the WiFi exposed APIs in ESP-IDF, it seems that the correct path to be a station is to:
- tcpip_adapter_init()
- esp_wifi_init()
- esp_wifi_set_mode()
- esp_wifi_set_config()
- esp_wifi_start()
- esp_wifi_connect()