From d10c9c3c1786561fffbcf644f95707cf71e2e47f Mon Sep 17 00:00:00 2001 From: DJDavid98 Date: Mon, 23 Dec 2024 17:06:33 +0100 Subject: [PATCH] Update for VRCOSC SDK version 2024.1223.0 --- BluetoothHeartrateModule/BluetoothHeartrateModule.cs | 4 ++-- BluetoothHeartrateModule/BluetoothHeartrateModule.csproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BluetoothHeartrateModule/BluetoothHeartrateModule.cs b/BluetoothHeartrateModule/BluetoothHeartrateModule.cs index 6fb32d2..acc1374 100644 --- a/BluetoothHeartrateModule/BluetoothHeartrateModule.cs +++ b/BluetoothHeartrateModule/BluetoothHeartrateModule.cs @@ -77,12 +77,12 @@ private void WsServerEnabledSettingChangeHandler() var wsServerHostSetting = GetSetting(BluetoothHeartrateSetting.WebsocketServerHost); if (wsServerHostSetting != null) { - wsServerHostSetting.IsEnabled = newValue; + wsServerHostSetting.IsEnabled.Value = newValue; } var wsServerPortSetting = GetSetting(BluetoothHeartrateSetting.WebsocketServerPort); if (wsServerPortSetting != null) { - wsServerPortSetting.IsEnabled = newValue; + wsServerPortSetting.IsEnabled.Value = newValue; } } diff --git a/BluetoothHeartrateModule/BluetoothHeartrateModule.csproj b/BluetoothHeartrateModule/BluetoothHeartrateModule.csproj index 3016482..fbd422b 100644 --- a/BluetoothHeartrateModule/BluetoothHeartrateModule.csproj +++ b/BluetoothHeartrateModule/BluetoothHeartrateModule.csproj @@ -4,9 +4,9 @@ net8.0-windows10.0.22621.0 enable enable - 2.0.15.0 - 2.0.15.0 - 2.0.15.0 + 2.0.16.0 + 2.0.16.0 + 2.0.16.0 DJDavid98 Bluetooth Heartrate logo\logo.ico @@ -28,7 +28,7 @@ - +