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 7e34071 commit 815a791Copy full SHA for 815a791
hub.go
@@ -216,8 +216,6 @@ func (hub *hub) checkCmd(m []byte) {
216
// will catch send and sendnobuf and sendraw
217
go hub.spWrite(s)
218
} else if strings.HasPrefix(sl, "list") {
219
- // ports := hub.serialPortList.List()
220
- // send to websockets the ports
221
go hub.serialPortList.List()
222
} else if strings.HasPrefix(sl, "downloadtool") {
223
go func() {
0 commit comments