mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Added support for failsafe TAB
Made in cooperation with skaman82. Summary of modifications: - Extended data storage to hold data for new/changed MSP messages. - Added support for added/changed MSP messages. - Added assigned mode(s) to AUX labels. - Tooltip changes. - Included style modifications to configuration tab from Skaman82. - Moved all texts from failsafe tab .html to `messages.json`. - Removed failsafe settings from configuration tab (now obsolete). - Added failsafe-tab variables to Backup & Restore. - Reorganized stage 2 elements, cleanup and corrections.
This commit is contained in:
parent
4867529769
commit
c498e7de34
20 changed files with 1317 additions and 65 deletions
|
@ -18,6 +18,7 @@ var GUI_control = function () {
|
|||
'help'
|
||||
];
|
||||
this.defaultAllowedTabsWhenConnected = [
|
||||
'failsafe',
|
||||
'adjustments',
|
||||
'auxiliary',
|
||||
'cli',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue