pull/281/head
Michael Black 2020-05-31 11:49:23 -05:00
commit 194a845a5b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -230,7 +230,7 @@ static int meade_open(ROT *rot)
/* Set Telescope to Land alignment mode to deactivate sloping */ /* Set Telescope to Land alignment mode to deactivate sloping */
/* Allow 0-90 Degree Elevation */ /* Allow 0-90 Degree Elevation */
if (strcmp(priv->product_name, "Audiostar")) // if we're not an audiostar if (strcmp(priv->product_name, "Autostar")) // if we're not an audiostar
{ {
retval = meade_transaction(rot, ":AL#:So00#:Sh90#", NULL, 0, 0); retval = meade_transaction(rot, ":AL#:So00#:Sh90#", NULL, 0, 0);
} }