print ip address for W5500 devices

This commit is contained in:
technyon
2023-03-02 20:15:16 +01:00
parent d6c0223800
commit 130fd23235
3 changed files with 13 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ bool EthLan8720Device::isConnected()
if(_lastConnected == false && connected == true)
{
Serial.print("Ethernet connected. IP address: ");
Serial.print(F("Ethernet connected. IP address: "));
Serial.println(ETH.localIP().toString());
}