]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - scripts/serial-console
Fix error when NO_PDF environment variable is not defined
[can-benchmark.git] / scripts / serial-console
index 161c7ae97bd4129e0f5087847691183c6ca730ad..176548531c9b5579e4fbe778f31f403d5ad2e1b0 100755 (executable)
@@ -3,4 +3,4 @@
 # This starts attaches to the serial console on RYU_edu board. To end the
 # session press <Enter>, '~' and '.' and wait approximately 1 second.
 
-ssh -t -e none glab '(sleep 1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'
+ssh -t -e none glab '(sleep 0.1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'