This commit is contained in:
nvx 2024-01-26 20:20:25 +10:00
commit e22776a7e0
8 changed files with 48 additions and 48 deletions

View file

@ -2133,7 +2133,7 @@ void SimTagIso15693(uint8_t *uid, uint8_t block_size) {
BigBuf_free_keep_EM();
// Init early to be sure FPGA is loaded before any EML operation
// usefull when eml memory is empty (UID supplied)
Iso15693InitTag(); // to be sure FPGA is loaded before any EML operation
Iso15693InitTag(); // to be sure FPGA is loaded before any EML operation
iso15_tag_t *tag = (iso15_tag_t *) BigBuf_get_EM_addr();
if (tag == NULL) {