diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js index c20ffaca..2a760693 100644 --- a/js/defaults_dialog.js +++ b/js/defaults_dialog.js @@ -229,6 +229,30 @@ helper.defaultsDialog = (function() { key: "small_angle", value: 180 }, + { + key: "nav_fw_control_smoothness", + value: 2 + }, + { + key: "failsafe_procedure", + value: "RTH" + }, + { + key: "nav_rth_allow_landing", + value: "NEVER" + }, + { + key: "nav_rth_altitude", + value: 5000 + }, + { + key: "failsafe_mission", + value: "OFF" + }, + { + key: "nav_wp_radius", + value: 3000 + }, { key: "platform_type", value: "AIRPLANE" @@ -419,4 +443,4 @@ helper.defaultsDialog = (function() { } return publicScope; -})(); \ No newline at end of file +})();