Skip to content

Commit 92a4398

Browse files
authored
Merge pull request #3982 from jepler/esp32s2-make-flash
esp32s2: Fix 'make flash'
2 parents 8f9db77 + f95d10b commit 92a4398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ ESP_AUTOGEN_LD = $(BUILD)/esp-idf/esp-idf/esp32s2/esp32s2_out.ld $(BUILD)/esp-id
299299

300300
FLASH_FLAGS = --flash_mode $(CIRCUITPY_ESP_FLASH_MODE) --flash_freq $(CIRCUITPY_ESP_FLASH_FREQ) --flash_size $(CIRCUITPY_ESP_FLASH_SIZE)
301301

302-
ESPTOOL_FLAGS ?= -b 460800 --before=default_reset --after=no_reset write_flash
302+
ESPTOOL_FLAGS ?= -b 460800 --before=default_reset --after=no_reset
303303

304304
all: $(BUILD)/firmware.bin $(BUILD)/firmware.uf2
305305

0 commit comments

Comments
 (0)