Add makefile to wrap the connection to the serial console

master
Elis Hirwing 4 years ago
parent 43fadae071
commit 20510ea60f
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -0,0 +1,4 @@
DEVICE := /dev/ttyUSB3
connect:
picocom $(DEVICE) -b115200
Loading…
Cancel
Save