mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-16 01:53:02 +08:00
DbpStringEx using now reply_mix. hw status at 9600: from 26.5s to 7s
This commit is contained in:
parent
913c03d3c4
commit
81780e5c98
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void print_result(char *name, uint8_t *buf, size_t len) {
|
|||
void DbpStringEx(char *str, uint32_t cmd) {
|
||||
#if DEBUG
|
||||
uint8_t len = strlen(str);
|
||||
reply_old(CMD_DEBUG_PRINT_STRING, len, cmd, 0, (uint8_t *)str, len);
|
||||
reply_mix(CMD_DEBUG_PRINT_STRING, len, cmd, 0, (uint8_t *)str, len);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue