Skip to content

Commit

Permalink
Update WebHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Oct 3, 2024
1 parent 1570ae4 commit 3bac0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeslaLogger/WebHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ public void UpdateEfficiency()
}
else if (car.DBWhTR >= 0.135 && car.DBWhTR <= 0.142 && AWD && year >= 2024)
{
WriteCarSettings("0.139", "M3 LR 2024");
WriteCarSettings("0.141", "M3 LR 2024");
return;
}
else if (car.DBWhTR >= 0.135 && car.DBWhTR <= 0.142 && AWD)
Expand Down

0 comments on commit 3bac0e9

Please sign in to comment.