16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00

tempomat fixes

This commit is contained in:
tmj-fstate
2019-10-28 21:53:11 +01:00
parent f5416743c0
commit 9dcaa1e339
3 changed files with 6 additions and 9 deletions

View File

@@ -688,7 +688,7 @@ struct speed_control {
bool BrakeIntervention = false;
bool BrakeInterventionBraking = false;
bool BrakeInterventionUnbraking = false;
bool Standby = true;
bool Standby = false;
bool Parking = false;
double InitialPower = 1.0;
double FullPowerVelocity = -1;