Skip to content

Commit

Permalink
Add vtxTableBandsHelp message
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 6, 2024
1 parent 2578457 commit c6d6930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6724,6 +6724,10 @@
"message": "Number of bands",
"description": "Text of one of the fields of the VTX Table element in the VTX tab"
},
"vtxTableBandsHelp": {
"message": "This defines the number of bands required for the VTX",
"description": "Help for the number of bands field of the VTX Table element in the VTX tab"
},
"vtxTableChannels": {
"message": "Number of channels by band",
"description": "Text of one of the fields of the VTX Table element in the VTX tab"
Expand Down
2 changes: 1 addition & 1 deletion src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ function update() {
'debug[5]': 'TPA Argument (Wing)',
};

DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro"), 0, "Attitude");
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro") + 1, 0, "Attitude");
}
}

Expand Down

0 comments on commit c6d6930

Please sign in to comment.