Skip to content

Commit

Permalink
Do not disconnect INDI telescope when receiving an alert
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Dec 15, 2019
1 parent fe6a478 commit ebd15e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skychart/pu_indiclient.pas
Expand Up @@ -415,7 +415,6 @@ procedure Tpop_indi.NewNumber(nvp: INumberVectorProperty);
begin
if nvp.s=IPS_ALERT then begin
Memomsg.Lines.Add('Error from telescope: coordinates alert.');
ScopeDisconnect(ok);
end
else begin
pos_x.Text := artostr(coord_ra.Value);
Expand Down

0 comments on commit ebd15e6

Please sign in to comment.