mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
test to rollback to 1st DXL patch...
This commit is contained in:
@@ -355,7 +355,7 @@ void nfc_tag_14a_tx_nbit(uint8_t data, uint32_t bits) {
|
||||
void nfc_tag_14a_tx_nbit_delay_window(uint8_t data, uint32_t bits) {
|
||||
m_is_responded = true;
|
||||
m_nfc_tx_buffer[0] = data;
|
||||
NFC_14A_TX_BITS_CORE(bits, NRF_NFCT_FRAME_DELAY_MODE_WINDOWGRID);
|
||||
NFC_14A_TX_BITS_CORE(bits, NRF_NFCT_FRAME_DELAY_MODE_WINDOW);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -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