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:
parent
f49ac391b2
commit
9be672fdd8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user