Add Home Assistant configuration URL
This commit is contained in:
@@ -180,6 +180,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);
|
||||
|
||||
Reference in New Issue
Block a user