mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Store bindings
This commit is contained in:
parent
c7dfab991d
commit
497d0aa674
5 changed files with 144 additions and 16 deletions
|
@ -1,13 +1,23 @@
|
|||
'use strict';
|
||||
|
||||
var defaultsDialogData = [
|
||||
{
|
||||
"title": 'Wizard',
|
||||
"id": 63,
|
||||
"notRecommended": false,
|
||||
"reboot": false,
|
||||
"mixerToApply": 3,
|
||||
"wizardPages": ['receiver', 'gps'],
|
||||
"settings": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": 'Mini Quad with 3" propellers',
|
||||
"id": 6,
|
||||
"notRecommended": false,
|
||||
"reboot": true,
|
||||
"mixerToApply": 3,
|
||||
"wizardPages": ['receiver'],
|
||||
"wizardPages": ['receiver', 'gps'],
|
||||
"settings": [
|
||||
{
|
||||
key: "model_preview_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue