Skip to content

Commit

Permalink
Update ioptron_wheel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
joe13905179063 authored Oct 27, 2024
1 parent 31fc1a3 commit d1e650d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/filter_wheel/ioptron_wheel.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class iEFW : public INDI::FilterWheel
bool getiEFWfirmwareInfo();
void initOffset();
// Calibration offset
bool getOffset(int filter);
bool setOffset(int filter, int shift);
// bool getOffset(int filter);
// bool setOffset(int filter, int shift);
INDI::PropertySwitch HomeSP{1};
};

0 comments on commit d1e650d

Please sign in to comment.