4 lines
150 B
Makefile
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)
|