We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
where and what do i have to fill in these infos:
usage: FPV.py [-h] -p PORT [-d DEVICE] [-i [INVERT ...]] FPV.py: error: the following arguments are required: -p/--port
The text was updated successfully, but these errors were encountered:
@cuculoiseau I used this script https://gist.github.com/SergSm/b23069fffa34fbe7e7c07a417ac294f4 to see the full port name ['COM5'] and launched main.py like that: python main.py --port COM5
main.py
python main.py --port COM5
Sorry, something went wrong.
No branches or pull requests
where and what do i have to fill in these infos:
usage: FPV.py [-h] -p PORT [-d DEVICE] [-i [INVERT ...]]
FPV.py: error: the following arguments are required: -p/--port
The text was updated successfully, but these errors were encountered: