mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Minor bugfix in wpa2_enterprise_example
This commit is contained in:
parent
0855fba8a6
commit
cde8df7887
@ -107,7 +107,7 @@ static void initialise_wifi(void)
|
||||
esp_netif_init();
|
||||
wifi_event_group = xEventGroupCreate();
|
||||
ESP_ERROR_CHECK(esp_event_loop_create_default());
|
||||
esp_netif_t *sta_netif = esp_netif_create_default_wifi_sta();
|
||||
sta_netif = esp_netif_create_default_wifi_sta();
|
||||
assert(sta_netif);
|
||||
|
||||
wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT();
|
||||
|
Loading…
x
Reference in New Issue
Block a user