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.