Engine runs we can disengage the starter #1795
This commit is contained in:
parent
df4b156b64
commit
e3056bb397
|
@ -343,6 +343,9 @@ void OutputPin::setValue(int logicValue) {
|
||||||
#else
|
#else
|
||||||
if (port != GPIO_NULL) {
|
if (port != GPIO_NULL) {
|
||||||
setPinValue(this, eValue, logicValue);
|
setPinValue(this, eValue, logicValue);
|
||||||
|
} else {
|
||||||
|
// even without physical pin sometimes it's nice to track logic pin value
|
||||||
|
currentLogicValue = logicValue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue