mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add --ms option in hw status
To specify the timeout of connection speed test
This commit is contained in:
parent
c851ac7314
commit
85e38ddc38
3 changed files with 25 additions and 9 deletions
|
@ -37,6 +37,9 @@ int tearoff_hook(void);
|
|||
// ADC Vref = 3300mV, (240k-10M):240k voltage divider, 140800 mV
|
||||
#define MAX_ADC_LF_VOLTAGE 140800
|
||||
|
||||
// Default connection speed test timeout, used in hw status
|
||||
#define CONN_SPEED_TEST_MIN_TIME_DEFAULT 500 // in milliseconds
|
||||
|
||||
extern int ToSendMax;
|
||||
extern uint8_t ToSend[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue