Skip to content

Esp8266 airport uart #3147

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Esp8266 airport uart #3147

wants to merge 2 commits into from

Conversation

MUSTARDTIGERFPV
Copy link
Member

ESP8266 RXes used as TXes can't be used for Airport since airport sends data out the TxUSB UART rather than the "main" UART, and ESP8266es don't have a TxUSB by default (or well kinda sorta but it's unidirectional in the best case so that's not very useful, now is it).

This nulls out the handset use of the main UART when in airport mode, and and stuffs airport data in/out that port instead.

TESTED=lol

@ReYlaN38
Copy link

ReYlaN38 commented Mar 5, 2025

Hi tested on speedybee rx flashed as rx. Not working at all. guess it broke something.

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