mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
Split data askgproxiidemod to own file
added lf gproxii read (from antenna) fixed a few copy paste issues in the comments of some lf files
This commit is contained in:
parent
28598e80c0
commit
946a84c35b
13 changed files with 138 additions and 75 deletions
|
@ -51,7 +51,6 @@ uint64_t getVikingBits(uint32_t id) {
|
|||
return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
|
||||
}
|
||||
|
||||
//could be moved to a viking file
|
||||
//by marshmellow
|
||||
//see ASKDemod for what args are accepted
|
||||
int CmdVikingDemod(const char *Cmd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue