Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d80fa commit 286abedCopy full SHA for 286abed
components/esptool_py/Makefile.projbuild
@@ -49,7 +49,7 @@ ESPTOOL_ELF2IMAGE_OPTIONS :=
49
endif
50
51
ifdef CONFIG_DISABLE_ROM_UART_PRINT
52
-ESPTOOL_ELF2IMAGE_OPTIONS := $(ESPTOOL_FLASH_OPTIONS) --rom_print 0
+ESPTOOL_ELF2IMAGE_OPTIONS += --rom_print 0
53
54
55
ESPTOOLPY_WRITE_FLASH=$(ESPTOOLPY_SERIAL) write_flash $(if $(CONFIG_ESPTOOLPY_COMPRESSED),-z,-u) $(ESPTOOL_WRITE_FLASH_OPTIONS)
0 commit comments