About the error message 'first fixed command invalid'
You will get this error if in your fly file you have a fixed command then nothing after it. e.g.
imperial
[recordHistory]=50
[2256]=1
takeoff
climb 400
waitClimb 200
flyTo ( 1000, 1000)
flyTo ( 1000, -1000)
flyTo (-1000,-1000)
flyTo (-1000, 1000
Read more…
0 Replies