mirror of
https://github.com/thelsing/knx.git
synced 2025-07-11 13:47:51 +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
|
#define KNX_SERIAL Serial1
|
||||||
#pragma warn "KNX_SERIAL not defined, using Serial1"
|
#pragma warn "KNX_SERIAL not defined, using Serial1"
|
||||||
#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