From aa465d198b41eb4f78e3c87b5e7b9dd815fec7c8 Mon Sep 17 00:00:00 2001 From: iranl Date: Sun, 4 Feb 2024 22:20:09 +0100 Subject: [PATCH] Add files via upload --- networkDevices/EthLan8720Device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkDevices/EthLan8720Device.cpp b/networkDevices/EthLan8720Device.cpp index 95ea554..e511481 100644 --- a/networkDevices/EthLan8720Device.cpp +++ b/networkDevices/EthLan8720Device.cpp @@ -161,7 +161,7 @@ int8_t EthLan8720Device::signalStrength() String EthLan8720Device::localIP() { - return Ethernet.localIP().toString(); + return ETH.localIP().toString(); } void EthLan8720Device::mqttSetClientId(const char *clientId)