chg: lf t55xx write - now uses NG frames.

This commit is contained in:
iceman1001 2019-05-13 13:23:53 +02:00
commit d2a4ade2af
15 changed files with 159 additions and 73 deletions

View file

@ -820,7 +820,8 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_T55XX_WRITE_BLOCK:
T55xxWriteBlock(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes[0]);
// uses NG format
T55xxWriteBlock(packet->data.asBytes);
break;
case CMD_T55XX_WAKEUP:
T55xxWakeUp(packet->oldarg[0]);