mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
CMS50I session select test 11
This commit is contained in:
parent
75eb96b1f9
commit
55717b4bfd
@ -343,7 +343,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
||||
case 0x02:
|
||||
data = buffer.at(idx+1);
|
||||
if (data == 0) {
|
||||
model = QString(buffer.mid(idx+2, 6));
|
||||
model = QString(buffer.mid(idx+3, 6));
|
||||
qDebug() << "Model:" << model;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user