mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Some new commands (threshold and fskdemod) that act on the graph window
This commit is contained in:
parent
48f8a3d60d
commit
67853904cc
2 changed files with 227 additions and 89 deletions
|
@ -214,7 +214,7 @@ void ModThenAcquireRawAdcSamples125k(int delay_off,int period_0,int period_1,BYT
|
|||
void AcquireTiType(void)
|
||||
{
|
||||
int i;
|
||||
int n = 4000;
|
||||
int n = sizeof(BigBuf);
|
||||
|
||||
// clear buffer
|
||||
memset(BigBuf,0,sizeof(BigBuf));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue