Initial version of Page Current

This commit is contained in:
Ulrich Meine
2026-04-17 23:45:11 +02:00
parent 3b2f73e22a
commit f84ef25a30
6 changed files with 522 additions and 1 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ FormattedData formatValue(GwApi::BoatValue *value, CommonData &commondata, bool
result.cvalue = course;
}
//########################################################
else if (value->getFormat() == "formatKnots" && (value->getName() == "SOG" || value->getName() == "STW")){
else if (value->getFormat() == "formatKnots" && (value->getName() == "SOG" || value->getName() == "STW") || value->getName() == "DFT"){
double speed = 0;
if (usesimudata == false) {
speed = value->value;