intercom: make sure extruder switches to listen mode
This commit is contained in:
parent
5656c5050c
commit
3a271ee487
|
|
@ -230,5 +230,9 @@ int main (void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (intercom_flags & FLAG_TX_FINISHED) {
|
||||
WRITE(TX_ENABLE_PIN,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue