We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2bcaf commit 919b70bCopy full SHA for 919b70b
esp8266/Makefile
@@ -149,8 +149,8 @@ $(BUILD)/frozen.c: $(wildcard $(SCRIPTDIR)/*) $(CONFVARS_FILE)
149
150
deploy: $(BUILD)/firmware-combined.bin
151
$(ECHO) "Writing $< to the board"
152
- #$(Q)esptool.py --port $(PORT) write_flash 0 $<
153
- $(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
+ $(Q)esptool.py --port $(PORT) --baud $(BAUD) write_flash --flash_size=8m 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
154
155
reset:
156
echo -e "\r\nimport pyb; pyb.hard_reset()\r\n" >$(PORT)
0 commit comments