This commit is contained in:
RogueMaster
2022-09-17 05:44:13 -04:00
parent ef24eefea3
commit c97eef493e
18 changed files with 930 additions and 11 deletions

View File

@@ -7,7 +7,12 @@
#include <m-string.h>
typedef enum {
NfcSupportedCardTypeTroyka,
NfcSupportedCardTypePlantain,
NfcSupportedCardTypeTroika,
NfcSupportedCardTypePlantain4K,
NfcSupportedCardTypeTroika4K,
NfcSupportedCardTypeTwoCities,
NfcSupportedCardTypeAllInOne,
NfcSupportedCardTypeEnd,
} NfcSupportedCardType;