diff --git a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx index d1977f8..2e95720 100644 --- a/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx +++ b/components/main/settingsPageComponents/OPCUAInterfaceSettings.tsx @@ -53,7 +53,9 @@ export default function OPCUAInterfaceSettings() { {/* ✅ Verschlüsselung */} -
+ + {/* +
@@ -67,6 +69,7 @@ export default function OPCUAInterfaceSettings() {
+ */} {/* ✅ OPCUA Zustand */}
diff --git a/config/webVersion.ts b/config/webVersion.ts index 9ea638a..25d0a91 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.131"; +const webVersion = "1.6.132"; export default webVersion;