Revert "ofw pr 4316 MIFARE Plus 2K Cards in SL1 Mode"

This reverts commit 647e65cfae.
This commit is contained in:
MX
2025-12-16 17:40:56 +03:00
parent c6cdaccc87
commit 7be5ea8a00
29 changed files with 36 additions and 74 deletions

View File

@@ -899,7 +899,7 @@ static bool ndef_mfc_parse(const NfcDevice* device, FuriString* parsed_data) {
// Check MADs for what sectors contain NDEF data AIDs
bool sectors_with_ndef[MF_CLASSIC_TOTAL_SECTORS_MAX] = {0};
const size_t sector_count = mf_classic_get_scannable_sectors_num(data->type);
const size_t sector_count = mf_classic_get_total_sectors_num(data->type);
const struct {
size_t block;
uint8_t aid_count;