From 6725f2ff8553dac5daa6b821553ee0f39cc0a4a2 Mon Sep 17 00:00:00 2001 From: shinichi Date: Thu, 29 Oct 2020 23:59:15 +0100 Subject: [PATCH] [FIX] changes one line --- DoctorApp/ViewModels/ClientInfoViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoctorApp/ViewModels/ClientInfoViewModel.cs b/DoctorApp/ViewModels/ClientInfoViewModel.cs index 655c04f..16158ec 100644 --- a/DoctorApp/ViewModels/ClientInfoViewModel.cs +++ b/DoctorApp/ViewModels/ClientInfoViewModel.cs @@ -99,13 +99,13 @@ namespace DoctorApp.ViewModels { //TODO //Parsen van de data you fuck + PatientInfo.BPM = bytes[1]; if (bytes[0] == 0x00) { } else { - PatientInfo.BPM = bytes[1]; if (MySelectedItem == "BPM") { Chart.NewValue(PatientInfo.BPM);