Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e631b9

Browse files
committedJan 10, 2025·
WIP: print to understand
1 parent 84a3854 commit 5e631b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎hub.go

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ func checkCmd(m []byte) {
154154
buftype := strings.Replace(args[3], "\n", "", -1)
155155
bufferAlgorithm = buftype
156156
}
157+
fmt.Println("bufferAlgorithm: ", bufferAlgorithm)
157158
go spHandlerOpen(args[1], baud, bufferAlgorithm)
158159

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

0 commit comments

Comments
 (0)
Please sign in to comment.