betaflight / betaflight

Open Source Flight Controller Firmware
GNU General Public License v3.0
8k stars 2.86k forks source link

MSP OSD Element "GPS Sats" not showing up #13622

Closed x8n1620 closed 1 week ago

x8n1620 commented 2 weeks ago

Describe the bug

I've search for the issue, found #13484 , but that is not the same. There was an issue only with the number of Satelites.

In my case after Upgrading from 4.4.3 to 4.5 the OSD Element "GPS Sats" ist completely gone. No matter if osd_gps_sats_show_pdop is set to ON or OFF.

All other of my OSD-Elements are showing up, including the GPS Lat/Lon Position, Speed, Altitude.... Also RTH working fine. GPS Sats was available with 4.4.3 and older. In the Telemetry Data over ELRS the Number of Sats is still available.

Setup: FC: Holybro Kakute H7 VTX: Caddx Vista with WTFOS DJI Goggles v2 with WTFOS

To Reproduce

Flashing a Holybro Kakute H7 to BF 4.5 Wire up an Vista with WTFOS and MSP Display Connect to DJI Googles v2

Expected behavior

OSD Elemen GPS Sats is showing up in OSD

Support ID

*** Support data submitted *** 
Id: "35e5d308-b05e-437b-b189-765b79a45628"

Flight controller

Holybro Kakute H7

Other components

VTX: Caddx Vista with WTFOS DJI Goggles v2 with WTFOS HGLRC M100 Mini GPS 10

How are the different components wired up (including port information)

No response

Add any other context about the problem that you think might be relevant here

No response

ordningsproblem commented 1 week ago

This is a known issue with HDFonts in BF 4.5.
Workaround is to 'set displayport_msp_fonts = 0,0,0,0'

x8n1620 commented 1 week ago

Works fine, thank your!