From fb8bd9a5b38c139cc5134cd2119a89be1c54da94 Mon Sep 17 00:00:00 2001 From: technyon Date: Wed, 22 Mar 2023 23:23:42 +0100 Subject: [PATCH] compile fix --- Network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network.cpp b/Network.cpp index 7b6dab8..1bbfcae 100644 --- a/Network.cpp +++ b/Network.cpp @@ -293,7 +293,7 @@ bool Network::update() publishString(_maintenancePathPrefix, mqtt_topic_restart_reason_esp, getEspRestartReason().c_str()); } if (!_versionPublished) { - publishString(mqtt_topic_info_nuki_hub_version, NUKI_HUB_VERSION); + publishString(_maintenancePathPrefix, mqtt_topic_info_nuki_hub_version, NUKI_HUB_VERSION); _versionPublished = true; } _lastMaintenanceTs = ts;