Skip to content

Commit 2f3f7b7

Browse files
committed
Cleanup serial interface
1 parent dbb533d commit 2f3f7b7

File tree

4 files changed

+44
-511
lines changed

4 files changed

+44
-511
lines changed

hub.go

-4
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,8 @@ func checkCmd(m []byte) {
203203
h.broadcastSys <- mapB
204204
}
205205
}()
206-
} else if strings.HasPrefix(sl, "bufferalgorithm") {
207-
go spBufferAlgorithms()
208206
} else if strings.HasPrefix(sl, "log") {
209207
go logAction(sl)
210-
} else if strings.HasPrefix(sl, "baudrate") {
211-
go spBaudRates()
212208
} else if strings.HasPrefix(sl, "restart") {
213209
log.Println("Received restart from the daemon. Why? Boh")
214210
restart("")

0 commit comments

Comments
 (0)