1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 08:15:22 +03:00

Merge pull request #1953 from mikeller/fix_angle_mode_naming

Fixed naming of ANGLE mode in OSD preview.
This commit is contained in:
Michael Keller 2020-04-11 13:15:03 +12:00 committed by GitHub
commit db90209a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -670,7 +670,7 @@ OSD.loadDisplayFields = function() {
default_position: -1, default_position: -1,
draw_order: 90, draw_order: 90,
positionable: true, positionable: true,
preview: 'STAB' preview: 'ANGL'
}, },
GPS_SPEED: { GPS_SPEED: {
name: 'GPS_SPEED', name: 'GPS_SPEED',