Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 4 commits
  • 1 file changed
  • 0 comments
  • 1 contributor
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/ansible_grid.c
@@ -1000,6 +1000,9 @@ void clock_kria_track( uint8_t trackNum ) {
static void kria_off(void* o) {
int index = *(u8*)o;
timer_remove( &auxTimer[index] );

if (k.p[k.pattern].t[index].dur[pos[index][mDur]] == 5 && repeats[index] <= 0) return;

clr_tr(TR1 + index);
tr[index] = 0;
}

No commit comments for this range