Pomax / are-we-flying

Writing auto-pilots in JavaScript for MSFS
40 stars 2 forks source link

remove all `api.get`, `api.set` and `api.trigger` code, since we don't need it. #50

Closed Pomax closed 6 months ago

Pomax commented 8 months ago

All information we need is already in flightInformation, we should need to make exactly zero API calls during regular operation.

Pomax commented 6 months ago

done.