We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb53d3 commit 3fc26c2Copy full SHA for 3fc26c2
hub.go
@@ -154,6 +154,7 @@ func checkCmd(m []byte) {
154
buftype := strings.Replace(args[3], "\n", "", -1)
155
bufferAlgorithm = buftype
156
}
157
+ fmt.Println("bufferAlgorithm: ", bufferAlgorithm)
158
go spHandlerOpen(args[1], baud, bufferAlgorithm)
159
160
} else if strings.HasPrefix(sl, "close") {
0 commit comments