mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
enforce following lf config
This commit is contained in:
parent
091a594063
commit
958754edf4
3 changed files with 8 additions and 4 deletions
|
@ -138,6 +138,10 @@ uint32_t getSampleCounter() {
|
|||
return samples.total_saved;
|
||||
}
|
||||
|
||||
void logSampleSimple(uint8_t sample) {
|
||||
logSample(sample, config.decimation, config.bits_per_sample, config.averaging);
|
||||
}
|
||||
|
||||
void logSample(uint8_t sample, uint8_t decimation, uint8_t bits_per_sample, bool avg) {
|
||||
|
||||
if (!data.buffer) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue