Skip to content

Commit

Permalink
Fix OSD not being cleared when to analog
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/core/osd.c
  • Loading branch information
pkendall64 committed Feb 25, 2023
1 parent 397b41b commit af92d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ void osd_hdzero_update(void) {
int osd_clear(void) {
clear_screen();
elrs_clear_osd();
osd_signal_update();
return 0;
}

Expand Down

0 comments on commit af92d70

Please sign in to comment.