mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
lf: change macros to allow float freq, change 134 -> 134.2
This commit is contained in:
parent
cb06bea448
commit
eb7268cd98
5 changed files with 15 additions and 14 deletions
|
@ -127,7 +127,7 @@ static int CmdMotorolaRead(const char *Cmd) {
|
|||
.decimation = 0,
|
||||
.bits_per_sample = 0,
|
||||
.averaging = false,
|
||||
.divisor = LF_DIVISOR(74),
|
||||
.divisor = LF_FREQ2DIV(74),
|
||||
.trigger_threshold = -1,
|
||||
.samples_to_skip = 4500,
|
||||
.verbose = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue