mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-23 21:01:25 +01:00
check ack in loop and update version
This commit is contained in:
parent
c7cf8246a7
commit
89905f8ed7
@ -256,5 +256,6 @@ bool DCCWaveform::getPacketPending() {
|
|||||||
return rmtProgChannel->busy();
|
return rmtProgChannel->busy();
|
||||||
}
|
}
|
||||||
void DCCWaveform::loop() {
|
void DCCWaveform::loop() {
|
||||||
|
DCCACK::checkAck(progTrack.getResets());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -1 +1 @@
|
|||||||
#define GITHUB_SHA "PORTX-HAL-20220801"
|
#define GITHUB_SHA "PORTX-HAL-20220802"
|
||||||
|
Loading…
Reference in New Issue
Block a user