Fixed compiling with newest IDF again

This commit is contained in:
2022-10-05 23:01:40 +02:00
parent b297fe4068
commit 980a4acd11
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ set(dependencies
esp_netif
lwip
esp_wifi
driver
esp_eth
cpputils
espchrono

View File

@@ -12,6 +12,9 @@
#include <esp_wifi.h>
#include <esp_wifi_types.h>
#include <esp_netif_types.h>
#ifdef CONFIG_ETH_ENABLED
#include <esp_eth_driver.h>
#endif
// 3rdparty lib includes
#include <tl/expected.hpp>