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
This commit is contained in:
Simon John 2014-12-23 11:54:52 +00:00
parent 78aed24eb8
commit 782a5d3743
1 changed files with 1 additions and 1 deletions

View File

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