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

SITL: OSD CMS menu does not work #9344

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

RomanLut
Copy link
Contributor

@RomanLut RomanLut commented Oct 5, 2023

uint32_t tcpTotalTxBytesFree(const serialPort_t *instance)

should always return TCP_MAX_PACKET_SIZE regardles connection estabilished or not.

Returning 0 may block execution in various places as there is never free space in tx buffer to proceed (as with CMS updating ).

@DzikuVx DzikuVx added this to the 7.1 milestone Oct 26, 2023
@DzikuVx DzikuVx changed the base branch from master to release_7.1.0 December 8, 2023 09:08
@DzikuVx DzikuVx merged commit 000c551 into iNavFlight:release_7.1.0 Dec 8, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants