kopia lustrzana https://github.com/Hamlib/Hamlib
Undo last meade.c commit
rodzic
889d80ab82
commit
67db7b58b8
|
@ -293,7 +293,7 @@ static int meade_set_position(ROT *rot, azimuth_t az, elevation_t el)
|
||||||
priv->target_az = az;
|
priv->target_az = az;
|
||||||
priv->target_el = el;
|
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);
|
az_degrees, az_minutes, el_degrees, el_minutes);
|
||||||
|
|
||||||
meade_transaction(rot, cmd_str, return_str, &return_str_size, 3);
|
meade_transaction(rot, cmd_str, return_str, &return_str_size, 3);
|
||||||
|
|
Ładowanie…
Reference in New Issue