mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: hw status - now prints number of dictionary keys loaded. Dont print if zero/default empty 0xffff
This commit is contained in:
parent
586e2ebabd
commit
a988c8ffef
3 changed files with 38 additions and 1 deletions
|
@ -412,6 +412,7 @@ void SendStatus(void) {
|
|||
DbpString(_BLUE_("Installed StandAlone Mode"));
|
||||
ModInfo();
|
||||
|
||||
Flashmem_print_info();
|
||||
|
||||
reply_old(CMD_ACK, 1, 0, 0, 0, 0);
|
||||
}
|
||||
|
@ -1647,7 +1648,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
|||
// Check if there is a packet available
|
||||
PacketCommandNG rx;
|
||||
memset(&rx.data, 0, sizeof(rx.data));
|
||||
|
||||
|
||||
int ret = receive_ng(&rx);
|
||||
if (ret == PM3_SUCCESS) {
|
||||
PacketReceived(&rx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue