BUSY_TIMEOUT for mem wipe was too short, thanks @cjbrigato

This commit is contained in:
Philippe Teuwen 2019-07-15 01:13:11 +02:00
parent 31c3a15cd4
commit 2209a0c00d

View file

@ -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