OSD1_SIDEBARS_EN no airspeed

Is there a way to get a calculated/estimated airspeed or even just use ground speed for the sidebars on the OSD?

I only have GPS and im sure many others do too. Gspeed works just fine but the airspeed in the side bars just sits at zero.

Looking at the code (im not good at looking at the code) it appears that only actual airspeed sensors are able to be used

#ifdef HAL_OSD_SIDEBAR_ENABLE
void draw_sidebars(uint8_t x, uint8_t y);
#endif
void draw_compass(uint8_t x, uint8_t y);
void draw_wind(uint8_t x, uint8_t y);
void draw_aspeed(uint8_t x, uint8_t y);
void draw_aspd1(uint8_t x, uint8_t y);
void draw_aspd2(uint8_t x, uint8_t y);
void draw_vspeed(uint8_t x, uint8_t y);

Is there a way to use GPS for aspd1?

1 Like

Or is there a way to get the sidebars to show GPS speed. or maybe a setting I cant find to set GPS as primary speed sensor?

1 Like

Does no one else use the sidebars on the OSD?

1 Like