[fixes #771] Fix reset ignition not resetting the values

This commit is contained in:
Sibo Van Gool 2021-08-30 10:59:07 +02:00
parent 9700c9fc86
commit e9bda5c13a

View File

@ -115,6 +115,8 @@ public class MotorConfiguration implements FlightConfigurableParameter<MotorConf
public void useDefaultIgnition() {
this.ignitionOveride = false;
setIgnitionDelay(0);
setIgnitionEvent(IgnitionEvent.AUTOMATIC);
}
public double getIgnitionDelay() {