From cc9eb775145187bcee0ba8ae3ceaf7c1533ef96d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu>
Date: Fri, 13 Sep 2024 12:32:21 +0200
Subject: [PATCH] [Payload][Wing] Update Roccaraso default target coordinates

Default coordinates provided by GNC
---
 src/boards/Payload/Configs/WingConfig.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/boards/Payload/Configs/WingConfig.h b/src/boards/Payload/Configs/WingConfig.h
index 86be338a7..cf942867c 100644
--- a/src/boards/Payload/Configs/WingConfig.h
+++ b/src/boards/Payload/Configs/WingConfig.h
@@ -54,8 +54,8 @@ namespace Default
 constexpr auto TARGET_LAT = 39.389733f;
 constexpr auto TARGET_LON = -8.288992f;
 #elif defined(ROCCARASO)
-constexpr auto TARGET_LAT = 41.8091998f;
-constexpr auto TARGET_LON = 14.0552026f;
+constexpr auto TARGET_LAT = 41.803091927806555f;
+constexpr auto TARGET_LON = 14.05454532408593f;
 #else  // Milan
 constexpr auto TARGET_LAT = 45.5014089f;
 constexpr auto TARGET_LON = 9.1543615f;
-- 
GitLab