Skip to content

Commit

Permalink
Added required include to work with IDF 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Sep 27, 2024
1 parent 8b05bd2 commit 0fcf606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/W5500.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0fcf606

Please sign in to comment.