bug in initialization from transport state; refs #28
This commit is contained in:
@@ -726,7 +726,7 @@ namespace cardos {
|
||||
data.resize(2);
|
||||
data[0] = size>>8;
|
||||
data[1] = size&0xff;
|
||||
return check(send(0x08, 0x32, 0x00, efId, data)); // 0x08 or 0x80?
|
||||
return check(send(0x80, 0x32, 0x00, efId, data)); // 0x08 or 0x80?
|
||||
// old code was 0x80, manual says 0x08 (manual exactly says: "8xh")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user