mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Fix OSD stat flight distance description
This commit is contained in:
parent
5ae30e3e2e
commit
8179081d0a
1 changed files with 1 additions and 1 deletions
|
@ -1223,7 +1223,7 @@ OSD.constants = {
|
|||
FLIGHT_DISTANCE: {
|
||||
name: 'FLIGHT_DISTANCE',
|
||||
text: 'osdTextStatFlightDistance',
|
||||
desc: 'osdTextStatFlightDistance'
|
||||
desc: 'osdDescStatFlightDistance',
|
||||
},
|
||||
MAX_FFT: {
|
||||
name: 'MAX_FFT',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue