esp32/Makefile: Specify port and baud on erase_flash command.
This commit is contained in:
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))
|
||||
|
|
Loading…
Reference in New Issue