mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +00:00
Merge remote-tracking branch 'OFW/dev' into dev
This commit is contained in:
commit
8eba6e18ff
1 changed files with 0 additions and 4 deletions
|
@ -151,10 +151,6 @@ static bool bip_read(Nfc* nfc, NfcDevice* device) {
|
|||
MfClassicType type = MfClassicTypeMini;
|
||||
MfClassicError error = mf_classic_poller_sync_detect_type(nfc, &type);
|
||||
if(error != MfClassicErrorNone) break;
|
||||
if(type != MfClassicType1k) {
|
||||
FURI_LOG_W(TAG, "Card not MIFARE Classic 1k");
|
||||
break;
|
||||
}
|
||||
|
||||
data->type = type;
|
||||
if(type != MfClassicType1k) break;
|
||||
|
|
Loading…
Add table
Reference in a new issue