From d6ac530972dbd3a3b199ec429a31ed4159bfba82 Mon Sep 17 00:00:00 2001 From: Thorsten <12600404+bosb@users.noreply.github.com> Date: Thu, 22 Nov 2018 17:00:29 +0100 Subject: [PATCH] ISO15693_MIN_FRAME_SIZE for iso15 should be 4 --- Firmware/Chameleon-Mini/Application/ISO15693-A.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Chameleon-Mini/Application/ISO15693-A.h b/Firmware/Chameleon-Mini/Application/ISO15693-A.h index 3f45a6f..48cace8 100644 --- a/Firmware/Chameleon-Mini/Application/ISO15693-A.h +++ b/Firmware/Chameleon-Mini/Application/ISO15693-A.h @@ -63,7 +63,7 @@ #define ISO15693_RES_INVENTORY_DSFID 0x00 -#define ISO15693_MIN_FRAME_SIZE 5 +#define ISO15693_MIN_FRAME_SIZE 4 #define ISO15693_CRC16_SIZE 2 /* Bytes */ #define ISO15693_CRC16_POLYNORMAL 0x8408