From 8bc7c6a4af1217498da5ffa7717b5c6bb1847675 Mon Sep 17 00:00:00 2001 From: Stefan Rupp Date: Thu, 20 Mar 2014 01:27:38 +0100 Subject: [PATCH] program faster. (only works with newer versions of megahidprog) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e839291..1bdfeae 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,8 @@ bin: $(PRG).bin $(OBJCOPY) -j .text -j .data -O binary $< $@ prg: $(PRG).bin - python2 megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin + #python2 megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin + python2 ./megaHidProg.py -C -c 3000 -t 15 -b $(PRG).bin -T 15 -V $(PRG).bin setfuses: python2 megaHidProg.py -C -S -c 125 -L be -H d9 -E FC