Zmiana predkosci docelowej po wyliczeniu zbyt wysokiej prędkości
This commit is contained in:
@@ -220,7 +220,7 @@ void loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (speed4Gear > 99 || isinf(speed4Gear)) {
|
if (speed4Gear > 99 || isinf(speed4Gear)) {
|
||||||
speed4Gear = 21.37;
|
speed4Gear = 17.00;
|
||||||
}
|
}
|
||||||
calcGear();
|
calcGear();
|
||||||
displGear = 9 - currentGear;
|
displGear = 9 - currentGear;
|
||||||
|
|||||||
Reference in New Issue
Block a user