1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2024-06-04 14:07:27 +02:00
parent c7dfab991d
commit 497d0aa674
5 changed files with 144 additions and 16 deletions

View file

@ -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",