Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding label 15 takeoff decoding #194

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

makrsmark
Copy link
Collaborator

  • renaming ??? to unknown to help run single tests
  • added date to off results

label: 'Takeoff Time',
value: DateTimeUtils.timestampToString(time, 'tod'),
});
static off(decodeResult: DecodeResult, time: number, type: 'tod' | 'epoch' = 'tod') {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i already do the _date and _time in eta - is this something we want to keep doing, or is there a better way?

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm, good question.

Copy link
Contributor

Choose a reason for hiding this comment

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

After some thought, I think notating the type is helpful.

@makrsmark makrsmark merged commit c452720 into airframesio:master Nov 14, 2024
3 checks passed
@makrsmark makrsmark deleted the feature/label-15-off branch November 14, 2024 01:57
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