IDF release/v3.3 c43efe150 (#4936)

esp-face: master 420fc7e
esp32-camera: master 488c308
FreeRTOS Static
This commit is contained in:
Me No Dev
2021-03-20 14:04:35 +02:00
committed by GitHub
parent 2d3c57635d
commit 2ee66b54f0
76 changed files with 10 additions and 8 deletions

View File

@ -33,10 +33,10 @@ typedef enum {
WIFI_MODE_MAX
} wifi_mode_t;
typedef enum {
WIFI_IF_STA = ESP_IF_WIFI_STA,
WIFI_IF_AP = ESP_IF_WIFI_AP,
} wifi_interface_t;
typedef esp_interface_t wifi_interface_t;
#define WIFI_IF_STA ESP_IF_WIFI_STA
#define WIFI_IF_AP ESP_IF_WIFI_AP
typedef enum {
WIFI_COUNTRY_POLICY_AUTO, /**< Country policy is auto, use the country info of AP to which the station is connected */