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
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user