Skip to content

Commit

Permalink
circle-ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangMau committed Jan 20, 2018
1 parent 4acea8b commit 028372c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions .circleci/config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion chamgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
**/
func sendCmd(cmd string, port *serial.Port) (returnmessage []byte) {
cmd += "\r"
n, err := port.Write([]byte(cmd))
n, err := port.Close()Write([]byte(cmd))
if err != nil {
log.Fatal(err)
}
Expand Down
File renamed without changes.

0 comments on commit 028372c

Please sign in to comment.