Merge pull request #11 from SemvdH/develop

[FIX] changes one line
This commit is contained in:
SemvdH
2020-10-30 00:00:03 +01:00
committed by GitHub

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