From 1e83bd9f879ffbdcbea1f75473b0ff532804842a Mon Sep 17 00:00:00 2001 From: zeroday Date: Mon, 12 Jan 2015 19:33:01 +0800 Subject: [PATCH] Update Makefile roll back --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index e221d9f3..ad9a71c2 100644 --- a/app/Makefile +++ b/app/Makefile @@ -168,7 +168,7 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out ../tools/esptool.py elf2image $< -o $(FIRMWAREDIR) flash: - ../tools/esptool.py -p $(PORT) write_flash 0x00000 $(FIRMWAREDIR)0x00000.bin 0x10000 $(FIRMWAREDIR)0x10000.bin + ../tools/esptool.py -p $(PORT) write_flash 0x00000 ../bin/0x00000.bin 0x10000 ../bin/0x10000.bin .PHONY: FORCE FORCE: