Skip to content

Commit

Permalink
BUGFIX: toupcam EFW driver
Browse files Browse the repository at this point in the history
* TimerHit did not work because SetTimer was not called when the filter was set.
  • Loading branch information
jctk committed Jul 16, 2024
1 parent 4325347 commit 09f82ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indi-toupbase/indi_toupwheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ bool ToupWheel::SelectFilter(int targetFilter)
LOGF_ERROR("Failed to select filter wheel %d. %s", targetFilter, errorCodes(rc).c_str());
return false;
}
SetTimer(getCurrentPollingPeriod());
return true;
}

Expand Down

0 comments on commit 09f82ab

Please sign in to comment.