diff --git a/Network.cpp b/Network.cpp index f8e17b2..a5a0dc5 100644 --- a/Network.cpp +++ b/Network.cpp @@ -667,8 +667,6 @@ void Network::removeHASSConfig(char* uidString) { String discoveryTopic = _preferences->getString(preference_mqtt_hass_discovery); - Serial.print("##### "); Serial.println(uidString); - if(discoveryTopic != "") { String path = discoveryTopic; diff --git a/Version.h b/Version.h index 6fb6938..7ca4f7c 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,3 @@ #pragma once -#define nuki_hub_version "5.14" \ No newline at end of file +#define nuki_hub_version "5.15" \ No newline at end of file diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin index c3843aa..4b6a17e 100644 Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ