添加门磁数据
This commit is contained in:
parent
faf3daffcb
commit
97b3eb5864
|
@ -224,9 +224,9 @@ func readConn(conn net.Conn, readChan chan<- []byte, stopChan chan<- bool) {
|
|||
buffer = new(bytes.Buffer)
|
||||
|
||||
|
||||
if(dataType ==1 || dataType ==2 || dataType == 4 ){
|
||||
// if(dataType ==1 || dataType ==2 || dataType == 4 ){
|
||||
go dealDatav3(data[i-4:i+end])
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue