mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
esp32/Makefile: Specify port and baud on erase_flash command.
This commit is contained in:
committed by
Damien George
parent
098ac11bb0
commit
8785acac22
@@ -37,7 +37,7 @@ deploy:
|
||||
idf.py $(IDFPY_FLAGS) -p $(PORT) -b $(BAUD) flash
|
||||
|
||||
erase:
|
||||
idf.py $(IDFPY_FLAGS) erase_flash
|
||||
idf.py $(IDFPY_FLAGS) -p $(PORT) -b $(BAUD) erase_flash
|
||||
|
||||
submodules:
|
||||
git submodule update --init $(addprefix ../../,$(GIT_SUBMODULES))
|
||||
|
||||
Reference in New Issue
Block a user