esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI

This commit is contained in:
David Cermak
2019-09-04 13:58:29 +02:00
parent 4366347fd4
commit 3a19bf055d
24 changed files with 193 additions and 93 deletions

View File

@@ -36,7 +36,7 @@
{ \
.base = ESP_NETIF_BASE_DEFAULT_WIFI_AP, \
.stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_AP, \
.driver = ESP_NETIF_DRIVER_DEFAULT_WIFI_AP, \
.driver = NULL, \
}
/**
@@ -46,7 +46,7 @@
{ \
.base = ESP_NETIF_BASE_DEFAULT_WIFI_STA, \
.stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_STA, \
.driver = ESP_NETIF_DRIVER_DEFAULT_WIFI_STA, \
.driver = NULL, \
}
/**
* @brief Default base config (esp-netif inherent) of WIFI STA