mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
BUSY_TIMEOUT for mem wipe was too short, thanks @cjbrigato
This commit is contained in:
parent
31c3a15cd4
commit
2209a0c00d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
#define RESUME 0x7A
|
||||
|
||||
// Flash busy timeout: 20ms is the strict minimum when writing 256kb
|
||||
#define BUSY_TIMEOUT 50000L
|
||||
#define BUSY_TIMEOUT 200000L
|
||||
|
||||
#define WINBOND_MANID 0xEF
|
||||
#define WINBOND_DEVID 0x11
|
||||
|
|
Loading…
Reference in a new issue