Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
@ -154,7 +154,7 @@ void ZS01Packet::encodeReadRequest(ZS01Key &dataKey, uint8_t state) {
|
||||
void ZS01Packet::encodeWriteRequest(ZS01Key &dataKey, uint8_t state) {
|
||||
LOG_CART_IO("addr=0x%02x", address);
|
||||
|
||||
command = ZS01_REQ_READ | ZS01_REQ_PRIVILEGED;
|
||||
command = ZS01_REQ_WRITE | ZS01_REQ_PRIVILEGED;
|
||||
updateCRC();
|
||||
|
||||
dataKey.encodePayload(data, sizeof(data), state);
|
||||
|