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

@ -10,9 +10,9 @@
#define KNX_SERIAL Serial1
#pragma warn "KNX_SERIAL not defined, using Serial1"
#endif
#ifdef KNX_IP_LAN
#include "Eth.h"
#include "ETH.h"
#define KNX_NETIF ETH
#else // KNX_IP_WIFI
#include <WiFi.h>