From 06728f360a051d9f8c49c7ac3dbe351563f41643 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Thu, 26 Oct 2017 10:04:43 +0200 Subject: [PATCH] Fix the GPS image in OSD to use two symbols --- src/main/io/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/osd.c b/src/main/io/osd.c index e2ba089784..30f3c8576e 100755 --- a/src/main/io/osd.c +++ b/src/main/io/osd.c @@ -343,7 +343,7 @@ static void osdDrawSingleElement(uint8_t item) #ifdef GPS case OSD_GPS_SATS: - tfp_sprintf(buff, "%c%d", 0x1f, gpsSol.numSat); + tfp_sprintf(buff, "%c%c%d", SYM_SAT_L, SYM_SAT_R, gpsSol.numSat); break; case OSD_GPS_SPEED: