Skip to content

Commit 919b8e3

Browse files
mgerambIng-Dom
authored andcommitted
Fix casing of ETH in include
1 parent dc7232f commit 919b8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/esp32_platform.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#define KNX_SERIAL Serial1
1111
#pragma warn "KNX_SERIAL not defined, using Serial1"
1212
#endif
13-
13+
1414
#ifdef KNX_IP_LAN
15-
#include "Eth.h"
15+
#include "ETH.h"
1616
#define KNX_NETIF ETH
1717
#else // KNX_IP_WIFI
1818
#include <WiFi.h>

0 commit comments

Comments
 (0)