Skip to content

Commit 77e8381

Browse files
OATControl V0.9.9.03 - Updates
- Fixed Sync command
1 parent 330bf01 commit 77e8381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/OATMobile/OATCommunications/TelescopeCommandHandlers/OatmealTelescopeCommandHandlers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public async Task<bool> Sync(TelescopePosition position)
212212
FloatToHMS(Math.Abs(position.RightAscension), out hour, out min, out sec);
213213
result = await SendCommand(string.Format(":Sr{0:00}:{1:00}:{2:00}#,n", hour, min, sec));
214214
if (!result.Success || result.Data != "1") return false;
215-
result = await SendCommand($":CM#");
215+
result = await SendCommand($":CM#,#");
216216
return result.Success;
217217
}
218218

0 commit comments

Comments
 (0)