From 636cab4a213f1414aa9e1b992ec5a9b8b61a55d0 Mon Sep 17 00:00:00 2001 From: Ray Morris Date: Thu, 23 Jan 2025 19:06:42 -0600 Subject: [PATCH] settings.yaml: clarify description of nav_fw_launch_timeout --- src/main/fc/settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index 90338f2dc6..da77eb3416 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -3019,7 +3019,7 @@ groups: min: 0 max: 60000 - name: nav_fw_launch_timeout - description: "Maximum time for launch sequence to be executed. After this time LAUNCH mode will be turned off and regular flight mode will take over (ms)" + description: "Maximum time for launch sequence to continue after throwing. After this time LAUNCH mode will end and regular flight mode will take over (ms)" default_value: 5000 field: fw.launch_timeout max: 60000