mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Merge pull request #1066 from OptimusTi/OptimusTi-crsf-osd
More spacing updates to CRSF osd elements
This commit is contained in:
commit
c8c6316dc8
1 changed files with 2 additions and 2 deletions
|
@ -1356,13 +1356,13 @@ OSD.constants = {
|
|||
name: 'CRSF_LQ',
|
||||
id: 110,
|
||||
positionable: true,
|
||||
preview: ' 2:100%',
|
||||
preview: '2:100%',
|
||||
},
|
||||
{
|
||||
name: 'CRSF_SNR_DB',
|
||||
id: 111,
|
||||
positionable: true,
|
||||
preview: FONT.symbol(SYM.SNR) + ' -12' + FONT.symbol(SYM.DB)
|
||||
preview: FONT.symbol(SYM.SNR) + '-12' + FONT.symbol(SYM.DB)
|
||||
},
|
||||
{
|
||||
name: 'CRSF_TX_POWER',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue