mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Fix demod plot of data rawdemod --ab
This commit is contained in:
@@ -695,6 +695,9 @@ int ASKbiphaseDemod(int offset, int clk, int invert, int maxErr, bool verbose) {
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
if (offset >= 1) {
|
||||
offset -= 1;
|
||||
}
|
||||
//success set DemodBuffer and return
|
||||
setDemodBuff(bs, size, 0);
|
||||
setClockGrid(clk, startIdx + clk * offset / 2);
|
||||
|
||||
Reference in New Issue
Block a user