All checks were successful
Build documentation / build-and-deploy (push) Successful in 29s
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
picocom -b 38400 --imap lfcrlf --omap crlf /dev/ttyUSB0
|