diff --git a/lib/WebServer/src/hardware/W5500EthClient.cpp b/lib/WebServer/src/hardware/W5500EthClient.cpp index 2fa763a..4992fb2 100644 --- a/lib/WebServer/src/hardware/W5500EthClient.cpp +++ b/lib/WebServer/src/hardware/W5500EthClient.cpp @@ -28,7 +28,7 @@ size_t W5500EthClient::write(const char *buffer, size_t size) IPAddress W5500EthClient::localIP() { - return IPAddress(0,0,0,0); + return Ethernet.localIP(); } void W5500EthClient::stop()