raphael: Go back to non-eSE NFC support

Change-Id: I7a5803ee8355e383dc74db59d1509b87b8123bb3
This commit is contained in:
Sebastiano Barezzi
2023-04-11 22:49:08 +02:00
parent 8727907b63
commit c1d3f31c73

View File

@@ -21,7 +21,7 @@ static const variant_info_t raphael_global_info = {
.model = "Mi 9T Pro",
.build_fingerprint = FINGERPRINT,
.nfc = NFC_TYPE_NFC_ESE,
.nfc = true,
};
static const variant_info_t raphaelin_info = {
@@ -34,7 +34,7 @@ static const variant_info_t raphaelin_info = {
.model = "Redmi K20 Pro",
.build_fingerprint = FINGERPRINT,
.nfc = NFC_TYPE_NONE,
.nfc = false,
};
static const variant_info_t raphael_info = {
@@ -47,7 +47,7 @@ static const variant_info_t raphael_info = {
.model = "Redmi K20 Pro",
.build_fingerprint = FINGERPRINT,
.nfc = NFC_TYPE_NFC_ESE,
.nfc = true,
};
static const std::vector<variant_info_t> variants = {