Skip to content

Commit

Permalink
WIP: print to understand
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 10, 2025
1 parent 84a3854 commit 5e631b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func checkCmd(m []byte) {
buftype := strings.Replace(args[3], "\n", "", -1)
bufferAlgorithm = buftype
}
fmt.Println("bufferAlgorithm: ", bufferAlgorithm)
go spHandlerOpen(args[1], baud, bufferAlgorithm)

} else if strings.HasPrefix(sl, "close") {
Expand Down

0 comments on commit 5e631b9

Please sign in to comment.