Added required include to work with IDF 5
This commit is contained in:
parent
8b05bd22b5
commit
0fcf6061c1
@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <esp_eth.h> // required for esp_eth_handle_t
|
||||
#include <esp_netif.h>
|
||||
|
||||
class W5500 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user