[FIX] changes one line #11

Merged
SemvdH merged 1 commits from develop into master 2020-10-29 23:00:04 +00:00

View File

@@ -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);