added valves display
This commit is contained in:
@@ -25,7 +25,7 @@ public class Program
|
||||
// Throttle smoothing
|
||||
private static double targetThrottle = 0.0; // 1.0 when W is pressed, 0.0 otherwise
|
||||
private static double currentThrottle = 0.0;
|
||||
private const double ThrottleSmoothing = 40.0; // rate of change
|
||||
private const double ThrottleSmoothing = 20.0; // rate of change
|
||||
|
||||
private static volatile bool running = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user