Skip to content

Commit 07aac1c

Browse files
committed
Fixed typo in Makefile.
1 parent d2be337 commit 07aac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ flash: all $(PROJ_NAME)_0x00000.bin $(PROJ_NAME)_0x10000.bin
15121512
ifndef COMPORT
15131513
$(error, "In order to flash, we need to have the COMPORT variable defined")
15141514
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
1515+
-$(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
15161516

15171517
else ifdef ESP8266
15181518
# for the non-512KB flash we generate a single OTA binary, but we generate two of them, one per

0 commit comments

Comments
 (0)