auto-sync
This commit is contained in:
parent
d1192c9c85
commit
2f7523809a
|
@ -150,6 +150,9 @@ void stopTriggerInputPins(void) {
|
|||
turnOffTriggerInputPin(activeConfiguration.bc.triggerInputPins[i]);
|
||||
}
|
||||
}
|
||||
if (engineConfiguration->camInput != activeConfiguration.camInput) {
|
||||
turnOffTriggerInputPin(activeConfiguration.camInput);
|
||||
}
|
||||
}
|
||||
|
||||
void applyNewTriggerInputPins(void) {
|
||||
|
|
Loading…
Reference in New Issue