Skip to content

Commit

Permalink
clear interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3p4ll3 committed Nov 16, 2023
1 parent dce15cf commit 473389c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void IntervalloMeter::setProgram(Program program){
this->delay = program.delay * 1000;
this->wait = program.wait * 1000;
this->isAutofocus = program.useAutofocus;
this->autofocusDelay = program.autofocusDelay;
this->autofocusDelay = program.autofocusDelay * 1000;
this->status = program.status;

switch (this->status)
Expand Down

0 comments on commit 473389c

Please sign in to comment.