Skip to content

Commit 229b908

Browse files
committed
esp8266: Remove "time" command from deploy target.
1 parent 3ca8402 commit 229b908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $(BUILD)/frozen.c: $(wildcard $(SCRIPTDIR)/*) $(CONFVARS_FILE)
112112
deploy: $(BUILD)/firmware-combined.bin
113113
$(ECHO) "Writing $< to the board"
114114
#$(Q)esptool.py --port $(PORT) write_flash 0 $<
115-
$(Q)time esptool.py --port $(PORT) --baud $(BAUD) write_flash 0 $(BUILD)/firmware.elf-0x00000.bin 0x10000 $(BUILD)/firmware.elf-0x10000.bin
115+
$(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash 0 $(BUILD)/firmware.elf-0x00000.bin 0x10000 $(BUILD)/firmware.elf-0x10000.bin
116116

117117
reset:
118118
echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT)

0 commit comments

Comments
 (0)