Skip to content

Commit

Permalink
add BBL SERVO logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Aug 1, 2024
1 parent 0e0d572 commit 21ce4d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,16 +1238,16 @@
"configurationGimbal": {
"message": "Serial Gimbal"
},
"configurationGimbalSensitivity": {
"configurationGimbalSensitivity": {
"message":"Gimbal sensitivity"
},
"configurationGimbalPanChannel": {
"configurationGimbalPanChannel": {
"message":"Pan channel (yaw)"
},
"configurationGimbalTiltChannel": {
"configurationGimbalTiltChannel": {
"message":"Tilt channel (pitch)"
},
"configurationGimbalRollChannel": {
"configurationGimbalRollChannel": {
"message":"Roll channel"
},
"configurationHeadtracker": {
Expand Down Expand Up @@ -5218,6 +5218,9 @@
"BLACKBOX_FEATURE_GYRO_PEAKS_YAW": {
"message": "Gyro Noise peak freq. Yaw"
},
"BLACKBOX_FEATURE_SERVOS": {
"message": "Servos output"
},
"axisRoll": {
"message": "Roll"
},
Expand Down
1 change: 1 addition & 0 deletions tabs/onboard_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ TABS.onboard_logging.initialize = function (callback) {
"BLACKBOX_FEATURE_GYRO_PEAKS_ROLL",
"BLACKBOX_FEATURE_GYRO_PEAKS_PITCH",
"BLACKBOX_FEATURE_GYRO_PEAKS_YAW",
"BLACKBOX_FEATURE_SERVOS",
];

if (GUI.active_tab != 'onboard_logging') {
Expand Down

0 comments on commit 21ce4d1

Please sign in to comment.