main/config.h

branch
idf 5.1
changeset 138
eab1b7c07cdf
parent 137
e0f50087c909
child 142
1f7069278fe7
equal deleted inserted replaced
137:e0f50087c909 138:eab1b7c07cdf
34 #include "esp_system.h" 34 #include "esp_system.h"
35 #include "esp_chip_info.h" 35 #include "esp_chip_info.h"
36 #include "esp_netif.h" 36 #include "esp_netif.h"
37 #include "esp_mac.h" 37 #include "esp_mac.h"
38 #include "esp_wifi.h" 38 #include "esp_wifi.h"
39
40 #if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 2, 0)
39 #include "esp_wpa2.h" 41 #include "esp_wpa2.h"
42 #else
43 #include "esp_eap_client.h"
44 #endif
45
40 #include "esp_event.h" 46 #include "esp_event.h"
41 #include "esp_timer.h" 47 #include "esp_timer.h"
42 #include "esp_ota_ops.h" 48 #include "esp_ota_ops.h"
43 #include "esp_http_client.h" 49 #include "esp_http_client.h"
44 #include "esp_app_format.h" 50 #include "esp_app_format.h"

mercurial