mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
ofw pr 4316 MIFARE Plus 2K Cards in SL1 Mode
testing only, for dev branch PR by LuemmelSec https://github.com/flipperdevices/flipperzero-firmware/pull/4316/files TODO: mf_classic_get_total_sectors_num
This commit is contained in:
@@ -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_total_sectors_num(data->type);
|
||||
const size_t sector_count = mf_classic_get_scannable_sectors_num(data->type);
|
||||
const struct {
|
||||
size_t block;
|
||||
uint8_t aid_count;
|
||||
|
||||
Reference in New Issue
Block a user