mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-13 22:35:25 +02:00
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