removed test comment from wind function call

This commit is contained in:
Ulrich Meine 2025-07-26 09:27:35 +02:00
parent f79124eed3
commit da451bee70
1 changed files with 1 additions and 1 deletions

View File

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