mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
lf data combine rawdemods & depreciate cmds
new: data rawdemod replaces: data askmandemod data askrawdemod data fskrawdemod data nrzrawdemod data psk1rawdemod data psk2rawdemod also commented out of the CommandTable but did not remove the commands: data askdemod data bitstream data fskdemod data mandemod data threshold
This commit is contained in:
parent
f3bf15e484
commit
19ff0210fa
2 changed files with 61 additions and 19 deletions
|
@ -49,6 +49,7 @@ int CmdManchesterMod(const char *Cmd);
|
|||
int CmdNorm(const char *Cmd);
|
||||
int CmdNRZrawDemod(const char *Cmd);
|
||||
int CmdPlot(const char *Cmd);
|
||||
int CmdRawDemod(const char *Cmd);
|
||||
int CmdSamples(const char *Cmd);
|
||||
int CmdTuneSamples(const char *Cmd);
|
||||
int CmdSave(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue