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:
parent
78aed24eb8
commit
782a5d3743
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue