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);