From 229b908d2e459f350f958954dfbd6a0f093033c5 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 12 Sep 2015 22:22:30 +0100 Subject: esp8266: Remove "time" command from deploy target. --- esp8266/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266') diff --git a/esp8266/Makefile b/esp8266/Makefile index d3d726592b..7019335065 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -112,7 +112,7 @@ $(BUILD)/frozen.c: $(wildcard $(SCRIPTDIR)/*) $(CONFVARS_FILE) deploy: $(BUILD)/firmware-combined.bin $(ECHO) "Writing $< to the board" #$(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: echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT) -- cgit v1.2.3