Skip to content

Commit

Permalink
Fix for unpark with encoders and GPS
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Sep 19, 2021
1 parent 2c48d32 commit 4dac5ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion OnStep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,12 @@ void loop2() {

dateWasSet=true;
timeWasSet=true;
}

if (parkStatus == Parked) {
VLF("MSG: Restoring parked telescope pointing state");
unPark(false);
}
}
#endif

// UPDATE THE UT1 CLOCK
Expand Down

0 comments on commit 4dac5ce

Please sign in to comment.