mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-08 03:40:56 +02:00
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)
|