removed test comment from wind function call
This commit is contained in:
parent
f79124eed3
commit
da451bee70
|
@ -972,7 +972,7 @@ void OBP60Task(GwApi *api){
|
||||||
api->getStatus(commonData.status);
|
api->getStatus(commonData.status);
|
||||||
|
|
||||||
if (calcTrueWnds) {
|
if (calcTrueWnds) {
|
||||||
// addTrueWind(api, &boatValues);
|
addTrueWind(api, &boatValues);
|
||||||
}
|
}
|
||||||
// Handle history buffers for TWD, TWS for wind plot page and other usage
|
// Handle history buffers for TWD, TWS for wind plot page and other usage
|
||||||
handleHstryBuf(api, &boatValues, hstryBufList);
|
handleHstryBuf(api, &boatValues, hstryBufList);
|
||||||
|
|
Loading…
Reference in New Issue