tune support for EM4369 & EM4469

This commit is contained in:
Philippe Teuwen
2020-10-28 00:39:41 +01:00
parent fdd11c3fb2
commit a45bb684f4
2 changed files with 21 additions and 16 deletions

View File

@@ -55,7 +55,8 @@ typedef enum {
EM_UNKNOWN,
EM_4205,
EM_4305,
EM_4X69,
EM_4369,
EM_4469,
} em_tech_type_t;
int CmdLFEM4X05(const char *Cmd);