there is no need to switch field off with last changes in client. all works.

This commit is contained in:
merlokk 2017-10-24 19:35:47 +03:00
commit dfe9737799

View file

@ -1514,8 +1514,8 @@ void MifareCIdent(){
LED_A_ON(); LED_A_ON();
LED_B_OFF(); LED_B_OFF();
LED_C_OFF(); LED_C_OFF();
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF); // FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
SpinDelay(100); // SpinDelay(100);
iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN); iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN);
clear_trace(); clear_trace();