forked from espressif/esp-idf
Merge branch 'bugfix/make_quoting_esptool_port' into 'master'
make: Fix quoting when flashing port is set via sdkconfig file Closes IDFGH-3103 and IDFGH-3083 See merge request espressif/esp-idf!8352
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Component support for esptool.py. Doesn't do much by itself,
|
||||
# components have their own flash targets that can use these variables.
|
||||
ESPPORT ?= $(CONFIG_ESPTOOLPY_PORT)
|
||||
ESPPORT ?= $(call dequote,$(CONFIG_ESPTOOLPY_PORT))
|
||||
ESPBAUD ?= $(CONFIG_ESPTOOLPY_BAUD)
|
||||
ESPFLASHMODE ?= $(CONFIG_ESPTOOLPY_FLASHMODE)
|
||||
ESPFLASHFREQ ?= $(CONFIG_ESPTOOLPY_FLASHFREQ)
|
||||
|
Reference in New Issue
Block a user