From 782a5d3743bf0b1420233267e7fa21d8b54c96eb Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 23 Dec 2014 11:54:52 +0000 Subject: [PATCH] Renamed final flash file to *.bin instead of *.fw as it wasn't being gitignored Added flavor to the filename too, e.g. nodemcu_debug.bin --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index 6dd03759..c545b80d 100644 --- a/app/Makefile +++ b/app/Makefile @@ -152,7 +152,7 @@ INCLUDES += -I ./ PDIR := ../$(PDIR) sinclude $(PDIR)Makefile -NODEMCU := ../bin/nodemcu.fw +NODEMCU := ../bin/nodemcu_$(FLAVOR).bin $(NODEMCU): all FLAVOR=$(FLAVOR) ./gen_misc.sh ../tools/gen_flashbin.py ../bin/eagle.app.v6.flash.bin ../bin/eagle.app.v6.irom0text.bin