From 67bb0ea4dac3324d3ce3c106bf52ad8001930785 Mon Sep 17 00:00:00 2001
From: Davide Basso <davide.basso@skywarder.eu>
Date: Thu, 15 May 2025 14:07:25 +0200
Subject: [PATCH] [Parafoil] Change landing flare altitude

---
 src/Parafoil/Configs/WingConfig.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Parafoil/Configs/WingConfig.h b/src/Parafoil/Configs/WingConfig.h
index 17e5c1346..1039d492b 100644
--- a/src/Parafoil/Configs/WingConfig.h
+++ b/src/Parafoil/Configs/WingConfig.h
@@ -168,7 +168,7 @@ constexpr auto ENABLED = false;
 constexpr auto ENABLED = true;
 #endif
 
-constexpr auto ALTITUDE    = 10_m;
+constexpr auto ALTITUDE    = 15_m;
 constexpr auto CONFIDENCE  = 10;  // [samples]
 constexpr auto UPDATE_RATE = 10_hz;
 constexpr auto DURATION    = 5_s;
-- 
GitLab