chg: flash_mem - hooked up client - device comms

This commit is contained in:
iceman1001 2018-02-13 15:36:20 +01:00
commit 1709c1ce1a
3 changed files with 24 additions and 7 deletions

View file

@ -55,7 +55,13 @@ typedef struct {
#define CMD_DOWNLOAD_EML_BIGBUF 0x0110
#define CMD_DOWNLOADED_EML_BIGBUF 0x0111
// For Flash memory operations
#define CMD_READ_FLASH_MEM 0x0120
#define CMD_WRITE_FLASH_MEM 0x0121
#define CMD_UPLOAD_FLASH_MEM 0x0122
#define CMD_DOWNLOAND_FLASH_MEM 0x0123
// For low-frequency tags
#define CMD_READ_TI_TYPE 0x0202
#define CMD_WRITE_TI_TYPE 0x0203