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:
Me No Dev 2017-01-03 11:52:35 +02:00 committed by GitHub
parent f49ac391b2
commit 9be672fdd8

View File

@ -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)