mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Chameleon Lite emulation bug fixed
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user