hf cryptorf, now uses cliparser, *not enabled commands*

This commit is contained in:
iceman1001
2021-03-27 18:44:49 +01:00
parent be4b36e605
commit a34bf3264c
3 changed files with 401 additions and 463 deletions

View File

@@ -14,7 +14,5 @@
#include "common.h"
int CmdHFCryptoRF(const char *Cmd);
int infoHFCryptoRF(bool verbose);
int readHFCryptoRF(bool verbose);
int readHFCryptoRF(bool loop, bool verbose);
#endif