add 'lf pac clone' - use raw hex to clone to t55x7

This commit is contained in:
iceman1001 2019-09-26 20:56:18 +02:00
commit e370d60171
2 changed files with 67 additions and 11 deletions

View file

@ -10,12 +10,6 @@
#define CMDLFPAC_H__
#include "common.h"
#include "cmdparser.h" // command_t
#include "comms.h"
#include "ui.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "lfdemod.h" // preamble test
int CmdLFPac(const char *Cmd);