Skip to content

Commit

Permalink
fix: remove compat.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 15, 2024
1 parent 73be4c1 commit 2fa3fcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Base example: https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-POE/blob/master/example/eth/eth.ino
*
**************************************************************/
#include "compat.h"
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(3,0,0)
#include <ETHClass2.h> //Is to use the modified ETHClass
#define ETH ETH2
Expand Down

0 comments on commit 2fa3fcf

Please sign in to comment.