1 parent 3ca8402 commit 229b908Copy full SHA for 229b908
1 file changed
esp8266/Makefile
@@ -112,7 +112,7 @@ $(BUILD)/frozen.c: $(wildcard $(SCRIPTDIR)/*) $(CONFVARS_FILE)
112
deploy: $(BUILD)/firmware-combined.bin
113
$(ECHO) "Writing $< to the board"
114
#$(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
+ $(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash 0 $(BUILD)/firmware.elf-0x00000.bin 0x10000 $(BUILD)/firmware.elf-0x10000.bin
116
117
reset:
118
echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT)
0 commit comments