mirror of
https://github.com/thelsing/knx.git
synced 2025-05-12 01:15:12 +02:00
Fix casing of ETH in include
This commit is contained in:
parent
dc7232f92b
commit
919b8e35eb
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user