From da451bee703bea5a096e9e549d165cdabf86fb35 Mon Sep 17 00:00:00 2001 From: Ulrich Meine Date: Sat, 26 Jul 2025 09:27:35 +0200 Subject: [PATCH] removed test comment from wind function call --- lib/obp60task/obp60task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index a84116a..11b986d 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -972,7 +972,7 @@ void OBP60Task(GwApi *api){ api->getStatus(commonData.status); if (calcTrueWnds) { - // addTrueWind(api, &boatValues); + addTrueWind(api, &boatValues); } // Handle history buffers for TWD, TWS for wind plot page and other usage handleHstryBuf(api, &boatValues, hstryBufList);