Skip to content

Commit

Permalink
BUGFIX #944: toupcam EFW driver (#945)
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 authored Jul 18, 2024
1 parent 4325347 commit 9ba27bb
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 9ba27bb

Please sign in to comment.