Commit 1e83bd9f authored by zeroday's avatar zeroday
Browse files

Update Makefile

roll back
parent 724d3be1
...@@ -168,7 +168,7 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out ...@@ -168,7 +168,7 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out
../tools/esptool.py elf2image $< -o $(FIRMWAREDIR) ../tools/esptool.py elf2image $< -o $(FIRMWAREDIR)
flash: 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 .PHONY: FORCE
FORCE: FORCE:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment