File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 5290
5290
"osdDescElementHorizonSidebars" : {
5291
5291
"message" : " Sidebars around artificial horizon indicator"
5292
5292
},
5293
+ "osdTextElementCameraAngleReference" : {
5294
+ "message" : " Camera Angle Reference" ,
5295
+ "description" : " One of the elements of the OSD"
5296
+ },
5297
+ "osdDescElementCameraAngleReference" : {
5298
+ "message" : " Camera angle reference for flying with FPV tilt gimbal"
5299
+ },
5300
+ "osdTextElementCameraAngleReferenceSidebar" : {
5301
+ "message" : " Camera Angle Reference Sidebar" ,
5302
+ "description" : " One of the elements of the OSD"
5303
+ },
5304
+ "osdDescElementCameraAngleReferenceSidebar" : {
5305
+ "message" : " Sidebar for Camera angle reference"
5306
+ },
5293
5307
"osdTextElementCurrentDraw" : {
5294
5308
"message" : " Battery current draw" ,
5295
5309
"description" : " One of the elements of the OSD"
Original file line number Diff line number Diff line change @@ -1536,6 +1536,24 @@ OSD.loadDisplayFields = function() {
1536
1536
positionable : true ,
1537
1537
preview : '1:23.456' ,
1538
1538
} ,
1539
+ CAM_ANGLE_REFERENCE : {
1540
+ name : 'CAM_ANGLE_REFERENCE' ,
1541
+ text : 'osdTextElementCameraAngleReference' ,
1542
+ desc : 'osdDescElementCameraAngleReference' ,
1543
+ defaultPosition : - 1 ,
1544
+ draw_order : 555 ,
1545
+ positionable : true ,
1546
+ preview : '***CAR***' ,
1547
+ } ,
1548
+ CAM_ANGLE_REFERENCE_SBAR : {
1549
+ name : 'CAM_ANGLE_REFERENCE_SBAR' ,
1550
+ text : 'osdTextElementCameraAngleReferenceSidebar' ,
1551
+ desc : 'osdDescElementCameraAngleReferenceSidebar' ,
1552
+ defaultPosition : - 1 ,
1553
+ draw_order : 560 ,
1554
+ positionable : true ,
1555
+ preview : '***SBR***||' ,
1556
+ } ,
1539
1557
} ;
1540
1558
} ;
1541
1559
@@ -1970,6 +1988,8 @@ OSD.chooseFields = function() {
1970
1988
F . GPS_LAP_TIME_CURRENT ,
1971
1989
F . GPS_LAP_TIME_PREVIOUS ,
1972
1990
F . GPS_LAP_TIME_BEST3 ,
1991
+ F . CAM_ANGLE_REFERENCE ,
1992
+ F . CAM_ANGLE_REFERENCE_SBAR ,
1973
1993
] ) ;
1974
1994
}
1975
1995
You can’t perform that action at this time.
0 commit comments