esp8266: Remove "time" command from deploy target.

This commit is contained in:
Damien George 2015-09-12 22:22:30 +01:00
parent 3ca84026db
commit 229b908d2e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ $(BUILD)/frozen.c: $(wildcard $(SCRIPTDIR)/*) $(CONFVARS_FILE)
deploy: $(BUILD)/firmware-combined.bin deploy: $(BUILD)/firmware-combined.bin
$(ECHO) "Writing $< to the board" $(ECHO) "Writing $< to the board"
#$(Q)esptool.py --port $(PORT) write_flash 0 $< #$(Q)esptool.py --port $(PORT) write_flash 0 $<
$(Q)time esptool.py --port $(PORT) --baud $(BAUD) write_flash 0 $(BUILD)/firmware.elf-0x00000.bin 0x10000 $(BUILD)/firmware.elf-0x10000.bin $(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash 0 $(BUILD)/firmware.elf-0x00000.bin 0x10000 $(BUILD)/firmware.elf-0x10000.bin
reset: reset:
echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT) echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT)