Skip to content

Commit

Permalink
Connection tab removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaczorek committed Jan 3, 2019
1 parent 6df0b37 commit 81219ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions piface_focuser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ IndiPiFaceFocuser1::IndiPiFaceFocuser1()
{
setVersion(MAJOR_VERSION,MINOR_VERSION);
FI::SetCapability(FOCUSER_CAN_ABS_MOVE | FOCUSER_CAN_REL_MOVE);
Focuser::setSupportedConnections(CONNECTION_NONE);
}

IndiPiFaceFocuser1::~IndiPiFaceFocuser1()
Expand Down Expand Up @@ -565,6 +566,7 @@ IndiPiFaceFocuser2::IndiPiFaceFocuser2()
{
setVersion(MAJOR_VERSION,MINOR_VERSION);
FI::SetCapability(FOCUSER_CAN_ABS_MOVE | FOCUSER_CAN_REL_MOVE);
Focuser::setSupportedConnections(CONNECTION_NONE);
}

IndiPiFaceFocuser2::~IndiPiFaceFocuser2()
Expand Down

0 comments on commit 81219ca

Please sign in to comment.