"longDescription":"This value defines the default cruising speed for forward flight vehicles for use in calculating mission statistics. It does not modify the flight speed for a specific flight plan.",
"longDescription":"This value defines the default speed for calculating mission statistics for vehicles which do not support hover or VTOL vehicles in fixed wing mode. It does not modify the flight speed for a specific flight plan.",
"type":"double",
"defaultValue":15.0,
"min":1.0,
...
...
@@ -32,7 +32,7 @@
{
"name":"offlineEditingHoverSpeed",
"shortDescription":"Offline editing hover speed",
"longDescription":"This value defines the default cruising speed for multi-rotor vehicles for use in calculating mission statistics. It does not modify the flight speed for a specific flight plan.",
"longDescription":"This value defines the default speed for calculating mission statistics for multi-rotor vehicles or VTOL vehicle in multi-rotor mode. It does not modify the flight speed for a specific flight plan.",
"type":"double",
"defaultValue":5.0,
"min":1.0,
...
...
@@ -282,11 +282,10 @@
"defaultValue":false
},
{
"name":"firstTimeStart",
"shortDescription":"True if we should popup first time wizard",
"longDescription":"If this option is enabled, the first time startup wizard will prompt the user at first application start on a new system.",
"type":"bool",
"defaultValue":true
"name":"firstRunPromptIdsShown",
"shortDescription":"Comma separated list of first run prompt ids which have already been shown.",