Undo last meade.c commit

pull/281/head
Michael Black W9MDB 2020-05-29 07:23:18 -05:00
rodzic 889d80ab82
commit 67db7b58b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -293,7 +293,7 @@ static int meade_set_position(ROT *rot, azimuth_t az, elevation_t el)
priv->target_az = az;
priv->target_el = el;
num_sprintf(cmd_str, ":Sz %03.0f*%02.0f#:Sas+%02.0f*%02.0f#:MA#",
num_sprintf(cmd_str, ":Sz %03.0f*%02.0f#:Sa+%02.0f*%02.0f#:MA#",
az_degrees, az_minutes, el_degrees, el_minutes);
meade_transaction(rot, cmd_str, return_str, &return_str_size, 3);