1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00
This commit is contained in:
Scavanger 2024-04-01 14:44:39 -03:00
commit ca13eefa1b
32 changed files with 2988 additions and 796 deletions

View file

@ -291,11 +291,6 @@ var FC = {
battery_flags: 0
};
this.ARMING_CONFIG = {
auto_disarm_delay: 0,
disarm_kill_switch: 0
};
this.FC_CONFIG = {
loopTime: 0
};
@ -587,6 +582,15 @@ var FC = {
rate: null,
expo: null
};
FW_APPROACH = new FwApproachCollection();
OSD_CUSTOM_ELEMENTS = {
settings: {customElementsCount: 0, customElementTextSize: 0},
items: [],
};
},
getOutputUsages: function() {
return {
@ -1329,7 +1333,8 @@ var FC = {
37: "Rangefinder [cm]",
38: "Active MixerProfile",
39: "MixerTransition Active",
40: "Yaw [deg]"
40: "Yaw [deg]",
41: "FW Land State"
}
},
3: {