Skip to content

Commit

Permalink
Fix casing of ETH in include
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeramb authored and Ing-Dom committed Dec 22, 2024
1 parent dc7232f commit 919b8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/esp32_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 919b8e3

Please sign in to comment.