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

Fix OSD summary screen not displayed after long flight #2974

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/io/osd.c
Expand Up @@ -140,7 +140,7 @@ typedef struct osd_sidebar_s {
uint8_t idle;
} osd_sidebar_t;

uint32_t resumeRefreshAt = 0;
timeUs_t resumeRefreshAt = 0;
#define REFRESH_1S (1000*1000)

static bool fullRedraw = false;
Expand Down