-
Notifications
You must be signed in to change notification settings - Fork 6
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
[GS] Add data screen with flight statistics #386
base: main
Are you sure you want to change the base?
Conversation
9c67449
to
6bc34ea
Compare
8d8ea8c
to
ad6a3b6
Compare
// The display can show a maximum of 11 entries, no scrolling implemented! | ||
// It is highly unlikely to get more than 11 flight logs because the flash is quite small |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we do have more than 11 files, do we display only the newest or oldest files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are sorted alphabetically, with how the flights are currently names, it would show the 11 oldest flights
ad6a3b6
to
6cd1495
Compare
6cd1495
to
cb2ceae
Compare
Description
This MR adds the data screen on the ground station with flight statistics
Checklist for changes
#pragma once
directive for new header filesRelated issues
Closes #305