Connected RY835AI y/n.

pull/148/merge
Christopher Young 2015-12-22 17:18:14 -05:00
rodzic e3afdc0485
commit 01919b3ab9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -416,7 +416,7 @@ func makeSXHeartbeat() []byte {
msg[15] = msg[15] | (byte(globalStatus.Devices) & 0x3)
// Connected hardware: RY835AI.
if globalStatus.RY835AI_connected {
msg[15] = msg[15] | (byte(globalStatus.Devices) & 0x3)
msg[15] = msg[15] | (1 << 2)
}
// Number of GPS satellites locked.