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

Frame count should run from 1-50 not 0-49 #1313

Draft
wants to merge 1 commit into
base: Orbiter2016
Choose a base branch
from

Conversation

n7275
Copy link
Member

@n7275 n7275 commented Nov 19, 2024

Requires telemetry client rebuild

orbiternassp/telemetryClient#9

Requires telemetry client rebuild
if(frame_addr > 49){
frame_addr = 0;
if(frame_addr > 50){
frame_addr = 1;
Copy link
Member

Choose a reason for hiding this comment

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

It looks like the LBR function duplicates this code -- the documentation isn't clear but I would assume this also counts starting from 1. I'll try to capture some LBR data from the real PCM.

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