Skip to content

Commit

Permalink
add timeout for msp_tx
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Apr 2, 2024
1 parent 5d03f35 commit 3816938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msp_displayport.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void msp_set_inav_osd_canvas(void);
void parse_get_osd_canvas(void);

void msp_tx(uint8_t c) {
if (msp_tx_en)
if (msp_tx_en || seconds > 3)
RS_tx(c);
}

Expand Down

0 comments on commit 3816938

Please sign in to comment.