From c9c3ad1d7af8db93bdff884e3fcfdc452129d596 Mon Sep 17 00:00:00 2001 From: "paul.73" <42212032+spp2000@users.noreply.github.com> Date: Sun, 3 Sep 2023 13:15:24 +0200 Subject: [PATCH 1/2] Chameleon Lite emulation bug fixed --- firmware/application/src/rfid/nfctag/hf/nfc_14a.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c index d6085925..b2fb7e1e 100644 --- a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c +++ b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c @@ -689,7 +689,6 @@ void nfc_tag_14a_event_callback(nrfx_nfct_evt_t const *p_event) { if (m_is_responded) { NRF_LOG_ERROR("NRFX_NFCT_ERROR_FRAMEDELAYTIMEOUT: %d", m_tag_state_14a); } - nfc_fdt_reset(); break; } case NRFX_NFCT_ERROR_NUM: { From 4bdec10538c63aeca926c930ac10191a36a3476f Mon Sep 17 00:00:00 2001 From: "paul.73" <42212032+spp2000@users.noreply.github.com> Date: Sun, 3 Sep 2023 13:16:01 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0b380c..f1e9ace5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - ChameleonLite emulation bug fixed (@spp2000) - Fixed MFC emulation issues with OEM readers, also temporarily disabling NFC_MF1_FAST_SIM (@xianglin1998) - Fixed Chameleon crash during BLE pairing (@Foxushka) - Fixed CLI takes into account Lite refusing to enter Reader mode (@doegox)