diff --git a/Version.h b/Version.h
index c184fc7..b20657e 100644
--- a/Version.h
+++ b/Version.h
@@ -1,3 +1,3 @@
#pragma once
-#define nuki_hub_version "4.0"
\ No newline at end of file
+#define nuki_hub_version "4.1"
\ No newline at end of file
diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp
index 5faaae3..bded4a5 100644
--- a/WebCfgServer.cpp
+++ b/WebCfgServer.cpp
@@ -357,31 +357,21 @@ void WebCfgServer::buildHtml(String& response)
response.concat("
");
response.concat("
MQTT and Network Configuration
");
- response.concat("");
+ buildNavigationButton(response, "Edit", "/mqttconfig");
response.concat("
NUKI Configuration
");
- response.concat("");
+ buildNavigationButton(response, "Edit", "/nukicfg");
response.concat("
Credentials
");
- response.concat("");
+ buildNavigationButton(response, "Edit", "/cred");
response.concat("
Firmware update
");
- response.concat("");
+ buildNavigationButton(response, "Open", "/ota");
if(_allowRestartToPortal)
{
response.concat("
WiFi
");
- response.concat("");
+ buildNavigationButton(response, "Restart and configure wifi", "/wifi");
}
response.concat("