[fixes #771] Fix reset ignition not resetting the values
This commit is contained in:
parent
9700c9fc86
commit
e9bda5c13a
@ -115,6 +115,8 @@ public class MotorConfiguration implements FlightConfigurableParameter<MotorConf
|
||||
|
||||
public void useDefaultIgnition() {
|
||||
this.ignitionOveride = false;
|
||||
setIgnitionDelay(0);
|
||||
setIgnitionEvent(IgnitionEvent.AUTOMATIC);
|
||||
}
|
||||
|
||||
public double getIgnitionDelay() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user