We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2be337 commit 07aac1cCopy full SHA for 07aac1c
Makefile
@@ -1512,7 +1512,7 @@ flash: all $(PROJ_NAME)_0x00000.bin $(PROJ_NAME)_0x10000.bin
1512
ifndef COMPORT
1513
$(error, "In order to flash, we need to have the COMPORT variable defined")
1514
endif
1515
- -$(Q)$(ESPTOOL) --port $(COMPORT) --baud 115200 write_flash --flash_freq 40m --flash_mode qio --flash_size 4m 0x00000 $(PROJ_NAME)_0x00000.bin.bin 0x10000 $(PROJ_NAME)_0x10000.bin
+ -$(Q)$(ESPTOOL) --port $(COMPORT) --baud 115200 write_flash --flash_freq 40m --flash_mode qio --flash_size 4m 0x00000 $(PROJ_NAME)_0x00000.bin 0x10000 $(PROJ_NAME)_0x10000.bin
1516
1517
else ifdef ESP8266
1518
# for the non-512KB flash we generate a single OTA binary, but we generate two of them, one per
0 commit comments