Skip to content

Commit

Permalink
fix for W5500 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Mar 23, 2023
1 parent 847cb2b commit 0758df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config.h
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions networkDevices/W5500Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ ReconnectStatus W5500Device::reconnect()
}
else
{
hardwareFound = true;
_hasDHCPAddress = true;
dhcpRetryCnt = 1000;
if(_ipConfiguration->dhcpEnabled())
Expand Down

0 comments on commit 0758df2

Please sign in to comment.