1
0
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:
Harald Barth 2022-08-02 16:32:21 +02:00
parent c7cf8246a7
commit 89905f8ed7
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
#define GITHUB_SHA "PORTX-HAL-20220801" #define GITHUB_SHA "PORTX-HAL-20220802"