添加门磁数据

This commit is contained in:
fish 2019-05-09 20:45:34 +08:00
parent faf3daffcb
commit 97b3eb5864
1 changed files with 2 additions and 2 deletions

View File

@ -224,9 +224,9 @@ func readConn(conn net.Conn, readChan chan<- []byte, stopChan chan<- bool) {
buffer = new(bytes.Buffer) 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]) go dealDatav3(data[i-4:i+end])
} // }
} }
} }