From e9f845d15cc5cf33e211e68129e6c19af8fd75a5 Mon Sep 17 00:00:00 2001 From: Bluebie Date: Fri, 8 Feb 2013 10:30:32 +1100 Subject: revert timing to be like 1.02 - 5 sec wait, 8ms write delay --- firmware/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/main.c') diff --git a/firmware/main.c b/firmware/main.c index 6a8b3af..063b3d7 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -10,10 +10,10 @@ */ #define MICRONUCLEUS_VERSION_MAJOR 1 -#define MICRONUCLEUS_VERSION_MINOR 4 +#define MICRONUCLEUS_VERSION_MINOR 5 // 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 6 +#define MICRONUCLEUS_WRITE_SLEEP 8 #include -- cgit v1.2.3