mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
CMS50I graph decode fix 2
This commit is contained in:
parent
ecdaf6bd1f
commit
781b72e597
@ -453,7 +453,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
||||
mask = buffer.at(idx+1);
|
||||
// 9,80,e1,c4,ce,82 // cms50i data
|
||||
|
||||
int pi = buffer.at(idx + 4) | (buffer.at(idx + 5) << 8);
|
||||
quint16 pi = buffer.at(idx + 4) | (buffer.at(idx + 5) << 8);
|
||||
|
||||
pulse = buffer.at(idx+3) | ((mask & 4) << 5);
|
||||
quint8 spo2 = buffer.at(idx+2);
|
||||
|
Loading…
Reference in New Issue
Block a user