From 0758df21bb31935a5a4d739504b5488bfe6ea7fc Mon Sep 17 00:00:00 2001 From: technyon Date: Thu, 23 Mar 2023 19:10:46 +0100 Subject: [PATCH] fix for W5500 detection --- Config.h | 2 +- networkDevices/W5500Device.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.h b/Config.h index f9c63a0c..b855cc5d 100644 --- a/Config.h +++ b/Config.h @@ -1,6 +1,6 @@ #pragma once -#define NUKI_HUB_VERSION "8.19-pre-1" +#define NUKI_HUB_VERSION "8.19-pre-2" #define MQTT_QOS_LEVEL 1 #define MQTT_CLEAN_SESSIONS false diff --git a/networkDevices/W5500Device.cpp b/networkDevices/W5500Device.cpp index 6d4e5171..a6d58019 100644 --- a/networkDevices/W5500Device.cpp +++ b/networkDevices/W5500Device.cpp @@ -115,6 +115,7 @@ ReconnectStatus W5500Device::reconnect() } else { + hardwareFound = true; _hasDHCPAddress = true; dhcpRetryCnt = 1000; if(_ipConfiguration->dhcpEnabled())