mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
Update Makefile
roll back
This commit is contained in:
parent
724d3be198
commit
1e83bd9f87
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user