pull/73/head
Christopher Young 2015-10-04 18:33:44 -04:00
rodzic 5e91ca6500
commit 891af1ff11
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -295,7 +295,7 @@ func makeStratuxHeartbeat() []byte {
}
protocolVers := int8(1)
msg[1] = msg[1] | byte(protocolVers << 2)
msg[1] = msg[1] | byte(protocolVers<<2)
return prepareMessage(msg)
}