mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Remove monitor command from component
```make monitor``` has been now added to esp-idf by @projectgus and can be used from any esp-idf project
This commit is contained in:
@ -1,3 +1 @@
|
|||||||
#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