mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Fix demod plot of data rawdemod --ab
This commit is contained in:
parent
67feca359f
commit
2e013c8d82
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue