Skip to content

Commit

Permalink
Fix HomeAzimuthP | MaxDome issues (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
naheedsa authored Nov 24, 2024
1 parent 7adc723 commit d88f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-maxdomeii/maxdomeii.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ bool MaxDomeII::ISNewNumber(const char *dev, const char *name, double values[],
nHomeAzimuth = nVal;
nHomeTicks = floor(0.5 + nHomeAzimuth * nTicksPerTurn / 360.0);
HomeAzimuthNP.setState(IPS_OK);
// HomeAzimuthNP.[0].value = nVal;
HomeAzimuthNP[0].setValue(nVal);
LOGF_INFO("%s", cLog);
HomeAzimuthNP.apply();
return true;
Expand Down

0 comments on commit d88f390

Please sign in to comment.