File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,10 +338,10 @@ $(BUILD)/firmware.uf2: $(BUILD)/circuitpython-firmware.bin
338
338
$(Q )$(PYTHON3 ) $(TOP ) /tools/uf2/utils/uf2conv.py -f 0xbfdd4eee -b 0x0000 -c -o $@ $^
339
339
340
340
flash : $(BUILD ) /firmware.bin
341
- esptool.py --chip esp32s2 -p $(PORT ) --no-stub - b 460800 --before=default_reset --after=no_reset write_flash $(FLASH_FLAGS ) 0x0000 $^
341
+ esptool.py --chip esp32s2 -p $(PORT ) -b 460800 --before=default_reset --after=no_reset write_flash $(FLASH_FLAGS ) 0x0000 $^
342
342
343
343
flash-circuitpython-only : $(BUILD ) /circuitpython-firmware.bin
344
- esptool.py --chip esp32s2 -p $(PORT ) --no-stub - b 460800 --before=default_reset --after=no_reset write_flash $(FLASH_FLAGS ) 0x10000 $^
344
+ esptool.py --chip esp32s2 -p $(PORT ) -b 460800 --before=default_reset --after=no_reset write_flash $(FLASH_FLAGS ) 0x10000 $^
345
345
346
346
include $(TOP ) /py/mkrules.mk
347
347
You can’t perform that action at this time.
0 commit comments