arduino-esp32/Makefile.projbuild

4 lines
150 B
Makefile
Raw Normal View History

2016-11-18 16:58:32 +01:00
#build with "make flash monitor" to upload and open serial monitor
monitor:
$(Q) miniterm.py --rts 0 --dtr 0 --raw $(ESPPORT) $(CONFIG_MONITOR_BAUD)