Skip to content

Commit 68238de

Browse files
committed
esp32/Makefile: Add a "monitor" target.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 43bb581 commit 68238de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/esp32/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ deploy:
3939
erase:
4040
idf.py $(IDFPY_FLAGS) -p $(PORT) -b $(BAUD) erase_flash
4141

42+
monitor:
43+
idf.py $(IDFPY_FLAGS) -p $(PORT) -b $(BAUD) monitor
44+
4245
submodules:
4346
git submodule update --init $(addprefix ../../,$(GIT_SUBMODULES))

0 commit comments

Comments
 (0)