updates for getting connected IP stuff

This commit is contained in:
Andrew Welker
2020-11-10 10:39:49 -07:00
parent c686ee394d
commit 10509991c1

View File

@@ -93,7 +93,9 @@ namespace PepperDash.Essentials.DM
public void UpdateDeviceInfo()
{
if (!_rmc.IsOnline || _rmc.ConnectedIpList.Count == 0)
Debug.Console(1, this, "Updating Device Info");
if (_rmc.ConnectedIpList.Count == 0)
{
Debug.Console(1, this, "IP Address information not yet received. No device is online");
return;