fix: lf cmdread. skip WaitMS(100) when keep signal field ON.

4 extra symbol.
avoid include SOF in crc-hitag
This commit is contained in:
douniwan5788 2024-08-19 17:50:12 +08:00
commit eca9830050
2 changed files with 14 additions and 6 deletions

View file

@ -426,7 +426,10 @@ void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint16_t period_0, uint
// start timer
StartTicks();
WaitMS(100);
if (!prev_keep) {
WaitMS(100);
}
// clear read buffer
BigBuf_Clear_keep_EM();