[EDIT] some comments

This commit is contained in:
Sem van der Hoeven
2020-10-29 17:44:47 +01:00
parent 6d599cfcd2
commit b98ac77261
5 changed files with 14 additions and 3 deletions

View File

@@ -123,6 +123,9 @@ namespace DoctorApp.Utils
}
else if (DataParser.isRawDataBikeDoctor(messageBytes))
{
// read the .bin file that is in the message
// update the view
MainViewModel.TransferDataToClientBike(payloadbytes);
}
else if (DataParser.isRawDataBPMDoctor(messageBytes))