Skip to content

Commit

Permalink
Add calibration reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Jul 28, 2021
1 parent 5af4af9 commit 220506d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osd.c
Expand Up @@ -1539,6 +1539,7 @@ void osd_display_interface(int line) {
sprintf(osdline, "Profile: %s", profile_names[get_profile()]);
}
osd_set(line + 2, 0, osdline);
osd_set(line + 4, 0, "Use Auto Calibrate Sampling to fix noise");
}

static void info_system_summary(int line) {
Expand Down

0 comments on commit 220506d

Please sign in to comment.