arduino-esp32/Makefile.projbuild
2016-11-18 17:58:32 +02:00

4 lines
150 B
Makefile

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