mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp_netif and examples: using wifi driver handle, update examples and tests to pass the CI
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user