1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 22:13:07 +01:00

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

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