t55xx detect/read/write/dump etc will fail if you set lf config to something. Moved the reset / restore of lf config to device side for T55XX readblock. t55xx sniff still obeys lf config since it uses lf sniff beneath.

This commit is contained in:
iceman1001 2021-07-29 10:51:31 +02:00
commit 765d2acbb0
5 changed files with 27 additions and 35 deletions

View file

@ -818,7 +818,6 @@ static void PacketReceived(PacketCommandNG *packet) {
sample_config c;
memcpy(&c, packet->data.asBytes, sizeof(sample_config));
setSamplingConfig(&c);
// setSamplingConfig((sample_config *) packet->data.asBytes);
break;
}
case CMD_LF_ACQ_RAW_ADC: {