add "monitor" build target for idf

This commit is contained in:
me-no-dev
2016-11-18 17:58:32 +02:00
parent 5703b769f2
commit 1252f7f96e
2 changed files with 40 additions and 0 deletions

3
Makefile.projbuild Normal file
View File

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