From c6a3c313b9a5856061392014107b70beb88f8ce9 Mon Sep 17 00:00:00 2001 From: Bluebie Date: Fri, 5 Oct 2012 19:35:50 +1000 Subject: Reduced default WRITE_SLEEP value from 8 to 6, for 25% faster writing and erasing --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/main.c') diff --git a/firmware/main.c b/firmware/main.c index 62097b8..ce19323 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -13,7 +13,7 @@ #define MICRONUCLEUS_VERSION_MINOR 3 // how many milliseconds should host wait till it sends another erase or write? // needs to be above 4.5 (and a whole integer) as avr freezes for 4.5ms -#define MICRONUCLEUS_WRITE_SLEEP 8 +#define MICRONUCLEUS_WRITE_SLEEP 6 #include -- cgit v1.2.3