Skip to content

Commit

Permalink
Merge pull request #10054 from iNavFlight/dzikuvx-dji-lq-to-q
Browse files Browse the repository at this point in the history
Use letter `Q` for DJI LinkQuality OSD element
  • Loading branch information
DzikuVx authored May 19, 2024
2 parents dd1c701 + a818190 commit 2f2330e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/io/displayport_msp_dji_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ uint8_t getDJICharacter(uint8_t ch, uint8_t page)
case SYM_RSSI:
return DJI_SYM_RSSI;

/*
case SYM_LQ:
return DJI_SYM_LINK_QUALITY;
*/
return 'Q';

case SYM_LAT:
return DJI_SYM_LAT;
Expand Down

0 comments on commit 2f2330e

Please sign in to comment.