Make Focuser.cs ASCII compatible

This commit is contained in:
Sebastian Godelet
2021-06-13 16:30:35 +10:00
parent 0b75b8d2cd
commit b23da15022
+2 -2
View File
@@ -343,9 +343,9 @@ namespace ASCOM.Meade.net
//:FS# Set Focus speed to slowest setting
//Returns: Nothing
//:F<n># Autostar, Autostar II set focuser speed to <n> where <n> is an ASCII digit 1..4
//:F<n># Autostar, Autostar II - set focuser speed to <n> where <n> is an ASCII digit 1..4
//Returns: Nothing
//All others Not Supported
//All others - Not Supported
_utilities.WaitForMilliseconds(100);
PerformFocuserMove(directionOut);