From 8b9c4c1fe50a3978f959f2c91a3ab4986d576b28 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Wed, 12 Jun 2024 15:53:24 +0200 Subject: [PATCH] set k to one for small kite --- data/fpp_settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fpp_settings.yaml b/data/fpp_settings.yaml index 0c984c88..2dcdce30 100644 --- a/data/fpp_settings.yaml +++ b/data/fpp_settings.yaml @@ -16,4 +16,4 @@ fpp_settings: heading_offset_high: 54.0 # dito, for elevation angles > 47.5 degrees heading_offset_up: 60.0 # degrees, before finishing the up-turn heading_upper_turn: 335 # degrees - k_factor: 1.8 # a factor > 1 reduces the width of the intermediate phase + k_factor: 1.0 # a factor > 1 reduces the width of the intermediate phase