From 1b76614d4154dbe41d79d3e750b1e34964f5eaf1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Oct 2016 18:56:43 +0300 Subject: [PATCH] esp8266/Makefile: deploy: Remove deprecated line. --- esp8266/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/esp8266/Makefile b/esp8266/Makefile index 5f0044df05..96f7f0f5c9 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -192,7 +192,6 @@ $(BUILD)/frozen_mpy.c: $(FROZEN_MPY_MPY_FILES) $(BUILD)/genhdr/qstrdefs.generate deploy: $(BUILD)/firmware-combined.bin $(ECHO) "Writing $< to the board" $(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash --verify --flash_size=$(FLASH_SIZE) --flash_mode=$(FLASH_MODE) 0 $< - #$(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash --flash_size=8m 0 $(BUILD)/firmware.elf-0x00000.bin 0x9000 $(BUILD)/firmware.elf-0x0[1-f]000.bin reset: echo -e "\r\nimport machine; machine.reset()\r\n" >$(PORT)