Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererAstro committed Feb 17, 2024
2 parents 6db03ab + aa8f88f commit ab9d988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
<driver name="AstroPhysics V2">indi_lx200ap_v2</driver>
<version>1.1</version>
</device>
<device label="NYX-101" manufacturer="Pegasus Astro">
<driver name="LX200 Autostar">indi_lx200autostar</driver>
<version>2.1</version>
</device>
<device label="Pegasus NYX-101" manufacturer="Pegasus Astro">
<driver name="Pegasus NYX-101">indi_lx200_pegasus_nyx101</driver>
<version>2.1</version>
Expand Down
3 changes: 1 addition & 2 deletions drivers/focuser/sestosenso2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bool SestoSenso2::initProperties()
MotorHoldSP[MOTOR_HOLD_ON].fill("HOLD_ON", "Hold On", ISS_OFF);
MotorHoldSP[MOTOR_HOLD_OFF].fill("HOLD_OFF", "Hold Off", ISS_OFF);
MotorHoldSP.fill(getDeviceName(), "MOTOR_HOLD", "Motor Hold", MAIN_CONTROL_TAB,
IP_RW, ISR_1OFMANY, 0, IPS_IDLE);
IP_RW, ISR_1OFMANY, 0, IPS_IDLE);

// Override the default Max. Position to make it Read-Only
IUFillNumberVector(&FocusMaxPosNP, FocusMaxPosN, 1, getDeviceName(), "FOCUS_MAX", "Max. Position", MAIN_CONTROL_TAB, IP_RO,
Expand Down Expand Up @@ -331,7 +331,6 @@ bool SestoSenso2::updatePosition()
return false;

FocusAbsPosN[0].value = steps;
FocusAbsPosNP.s = IPS_OK;
return true;
}

Expand Down

0 comments on commit ab9d988

Please sign in to comment.