mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
wifi: Map esp_wifi_init() to esp_wifi_init_internal()
Follow-on patches will include additional functionality in esp_wifi_init()
This commit is contained in:
@@ -408,3 +408,8 @@ esp_err_t esp_event_process_default(system_event_t *event)
|
||||
}
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t esp_wifi_init(wifi_init_config_t *config)
|
||||
{
|
||||
return esp_wifi_init_internal(config);
|
||||
}
|
||||
|
Reference in New Issue
Block a user