Skip to content

Commit

Permalink
Revert simulator park type
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Aug 31, 2023
1 parent 1dd4a9c commit b94e860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/telescope/telescope_simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ bool ScopeSim::initProperties()
ScopeParametersN[3].value = 900;

// RA is a rotating frame, while HA or Alt/Az is not
//SetParkDataType(PARK_HA_DEC);
SetParkDataType(PARK_SIMPLE);
SetParkDataType(PARK_HA_DEC);

initGuiderProperties(getDeviceName(), MOTION_TAB);

Expand Down

0 comments on commit b94e860

Please sign in to comment.