Skip to content

Commit

Permalink
disable drawRC_Channels by default (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig authored Jan 14, 2025
1 parent 4171ce8 commit c28d645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ static int stat_MSP_draw_complete_count=0;
static int stat_UDP_MSPframes=0;
static uint64_t last_MSP_ATTITUDE=0;
static int stat_attitudeDelay=0;
int RCWidgetX=1620;
int RCWidgetY=820;
int RCWidgetX=0;
int RCWidgetY=0;
char air_unit_info_msg[255];

extern bool AbortNow;
Expand Down

0 comments on commit c28d645

Please sign in to comment.