Skip to content

Commit 9be672f

Browse files
authored
Remove monitor command from component
```make monitor``` has been now added to esp-idf by @projectgus and can be used from any esp-idf project
1 parent f49ac39 commit 9be672f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile.projbuild

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
#build with "make flash monitor" to upload and open serial monitor
2-
monitor:
3-
$(Q) miniterm.py --rts 0 --dtr 0 --raw $(ESPPORT) $(CONFIG_MONITOR_BAUD)
1+

0 commit comments

Comments
 (0)