mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-23 05:14:16 +03:00
nfc: Fix MFUL tearing flags read (#2669)
Co-authored-by: gornekich <n.gorbadey@gmail.com>
This commit is contained in:
parent
490447bbd4
commit
5a7cd203cd
@ -702,7 +702,7 @@ bool mf_ultralight_read_tearing_flags(FuriHalNfcTxRxContext* tx_rx, MfUltralight
|
||||
FURI_LOG_D(TAG, "Reading tearing flags");
|
||||
for(size_t i = 0; i < 3; i++) {
|
||||
tx_rx->tx_data[0] = MF_UL_CHECK_TEARING;
|
||||
tx_rx->rx_data[1] = i;
|
||||
tx_rx->tx_data[1] = i;
|
||||
tx_rx->tx_bits = 16;
|
||||
tx_rx->tx_rx_type = FuriHalNfcTxRxTypeDefault;
|
||||
if(!furi_hal_nfc_tx_rx(tx_rx, 50)) {
|
||||
|
Loading…
Reference in New Issue
Block a user