Skip to content

Commit

Permalink
Must set parked to false in unpark
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Dec 25, 2023
1 parent c83b11d commit bacfa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/telescope/lx200am5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ bool LX200AM5::Park()
bool LX200AM5::UnPark()
{
TrackState = SCOPE_IDLE;
SetParked(false);
return true;
}

Expand Down

0 comments on commit bacfa89

Please sign in to comment.