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 5114ae7 commit 434c6d5Copy full SHA for 434c6d5
ports/espressif/Makefile
@@ -339,7 +339,7 @@ TARGET_SDKCONFIG = esp-idf-config/sdkconfig-$(IDF_TARGET).defaults
339
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE), 2MB)
340
FLASH_SDKCONFIG = esp-idf-config/sdkconfig-$(CIRCUITPY_ESP_FLASH_SIZE)-no-ota-no-uf2.defaults
341
else
342
-UF2_BOOTLOADER ?= $(if $(filter $(IDF_TARGET),esp32s2 esp32s3),1)
+UF2_BOOTLOADER ?= $(CIRCUITPY_USB)
343
ifeq ($(UF2_BOOTLOADER), 1)
344
FLASH_SDKCONFIG = esp-idf-config/sdkconfig-$(CIRCUITPY_ESP_FLASH_SIZE).defaults
345
0 commit comments