From 01919b3ab927d04931beb2db89c4ee906583dd4b Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Tue, 22 Dec 2015 17:18:14 -0500 Subject: [PATCH] Connected RY835AI y/n. --- main/gen_gdl90.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index 234fe733..d7561b0d 100644 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -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.