Add hf iclass creditepurse command to allow crediting the epurse debit value.

This commit is contained in:
nvx 2023-09-10 22:56:46 +10:00
commit 186308cb4a
10 changed files with 318 additions and 6 deletions

View file

@ -1940,6 +1940,10 @@ static void PacketReceived(PacketCommandNG *packet) {
iClass_Restore((iclass_restore_req_t *)packet->data.asBytes);
break;
}
case CMD_HF_ICLASS_CREDIT_EPURSE: {
iclass_credit_epurse((iclass_credit_epurse_t *)packet->data.asBytes);
break;
}
#endif
#ifdef WITH_HFSNIFF