[FIX] changes one line

This commit is contained in:
shinichi
2020-10-29 23:59:15 +01:00
parent 28dc2c2f9c
commit 6725f2ff85

View File

@@ -99,13 +99,13 @@ namespace DoctorApp.ViewModels
{ {
//TODO //TODO
//Parsen van de data you fuck //Parsen van de data you fuck
PatientInfo.BPM = bytes[1];
if (bytes[0] == 0x00) if (bytes[0] == 0x00)
{ {
} }
else else
{ {
PatientInfo.BPM = bytes[1];
if (MySelectedItem == "BPM") if (MySelectedItem == "BPM")
{ {
Chart.NewValue(PatientInfo.BPM); Chart.NewValue(PatientInfo.BPM);