chg: 'lf nexwatch clone' - only use 12bytes

This commit is contained in:
iceman1001 2020-05-20 19:52:22 +02:00
parent b770cfd51c
commit eb7ef65f22

View file

@ -281,7 +281,7 @@ static int CmdNexWatchClone(const char *Cmd) {
int datalen = 0;
uint8_t magic = 0xBE;
uint32_t cn = 0;
uint8_t rawhex[16] = {0x56, 0};
uint8_t rawhex[12] = {0x56, 0};
while (param_getchar(Cmd, cmdp) != 0x00 && !errors) {
switch (tolower(param_getchar(Cmd, cmdp))) {