Skip to content

chore: add typescript support#271

Open
MikeWoots wants to merge 53 commits intorn-0.66from
chore/typescript_support
Open

chore: add typescript support#271
MikeWoots wants to merge 53 commits intorn-0.66from
chore/typescript_support

Conversation

@MikeWoots
Copy link
Collaborator

No description provided.

}

@Override
public void onFailure(@NonNull DJIError djiError) {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MikeWoots is there no way to communicate an error with this design pattern?

},
setMode: async(gimbalModeName: $Keys<typeof gimbalModes>) => {
return await GimbalWrapper.setMode(gimbalModes[gimbalModeName]);
setMode: async(gimbalModeName: GimbalModes) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice refactor

Mike Wootton and others added 23 commits March 22, 2022 09:58
perf: only send diagnostics event if diagnostics update
* feat: add UNKNOWN state to execution states
nhanders and others added 24 commits May 13, 2022 21:03
Add more pre-flight check listeners
Get initial GPS value on listener start
* chore: large refactor with improved ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants