You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
At the moment the responses Bluesky sends over tcp are not consistent, and so it can be very difficult to handle these.
DEST
,MCRE
)POS
command)It would be useful to get back either:
{ok, [message]}
{error, [message]}
message
being optional in some casesCRE
ok
"CRE acid,type,lat,lon,hdg,alt,spd\n"
or"Syntax error: \nCRE: FOO already exists."
ok
/(error, Message)
DEST
"DEST acid, latlon/airport\n"
orSyntax error: \nDEST: DEST: Position BAR32 not found."
ok
/(error, Message)
ADDWPT
ok
"ADDWPT acid, (wpname/lat,lon/FLYBY/FLYOVER/ TAKEOFF,APT/RWY),[alt,spd,afterwp]\n"
or"Syntax error: \nADDWPT: Waypoint EGKK3 not found."
ok
/(error, Message)
ALT
"ALT acid, alt, [vspd]\n"
ok
/(error, Message)
The text was updated successfully, but these errors were encountered: