mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: lf config - uses NG
This commit is contained in:
parent
d7f1ab2175
commit
ab8826fed8
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ int CmdLFSetConfig(const char *Cmd) {
|
|||
sample_config config = { decimation, bps, averaging, divisor, trigger_threshold };
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_SET_LF_SAMPLING_CONFIG, 0, 0, 0, &config, sizeof(sample_config));
|
||||
SendCommandNG(CMD_SET_LF_SAMPLING_CONFIG, (uint8_t *)&config, sizeof(sample_config));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue