Merge branch 'master' into refactor_network_devices

# Conflicts:
#	networkDevices/EthLan8720Device.cpp
#	networkDevices/W5500Device.cpp
This commit is contained in:
Luca Oliano
2024-02-10 17:35:54 +01:00
14 changed files with 201 additions and 50 deletions

View File

@@ -220,3 +220,8 @@ int8_t W5500Device::signalStrength()
{
return 127;
}
String W5500Device::localIP()
{
return Ethernet.localIP().toString();
}