mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Reset FDT without requiring a response.
This commit is contained in:
@@ -675,7 +675,7 @@ void nfc_tag_14a_event_callback(nrfx_nfct_evt_t const *p_event) {
|
||||
nfc_tag_14a_data_process(m_nfc_rx_buffer);
|
||||
// The above prompt tells us that when we do not need to reply to the card reader, we need to manually enable it
|
||||
if (!m_is_responded) {
|
||||
// nfc_fdt_reset();
|
||||
nfc_fdt_reset();
|
||||
NRFX_NFCT_RX_BYTES
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user