esp32/Makefile: Specify port and baud on erase_flash command.

This commit is contained in:
Mike Causer 2021-02-26 09:36:48 +11:00 committed by Damien George
parent 098ac11bb0
commit 8785acac22
1 changed files with 1 additions and 1 deletions

View File

@ -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))