Fix casing of ETH in include

This commit is contained in:
Michael Geramb 2024-12-22 21:40:47 +01:00 committed by Dom
parent dc7232f92b
commit 919b8e35eb

View File

@ -12,7 +12,7 @@
#endif #endif
#ifdef KNX_IP_LAN #ifdef KNX_IP_LAN
#include "Eth.h" #include "ETH.h"
#define KNX_NETIF ETH #define KNX_NETIF ETH
#else // KNX_IP_WIFI #else // KNX_IP_WIFI
#include <WiFi.h> #include <WiFi.h>