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

@@ -154,6 +154,11 @@ int8_t WifiDevice::signalStrength()
return WiFi.RSSI();
}
String WifiDevice::localIP()
{
return WiFi.localIP().toString();
}
void WifiDevice::clearRtcInitVar(WiFiManager *)
{
memset(WiFiDevice_reconfdetect, 0, sizeof WiFiDevice_reconfdetect);