forked from espressif/arduino-esp32
add "monitor" build target for idf
This commit is contained in:
3
Makefile.projbuild
Normal file
3
Makefile.projbuild
Normal 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)
|
Reference in New Issue
Block a user