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
When connected to the copter the app crashes as soon as the brake-mode is activated over the RC-TX via a CHx_OPT switch.
Cause: IllegalArgumentException. COPTER_BREAK is not a constant in com.o3dr.services.android.lib.drone.property.VehicleMode
IllegalArgumentException. COPTER_BREAK is not a constant in com.o3dr.services.android.lib.drone.property.VehicleMode
Seems like the version I use (Tower-v3.1.6) does not know about the break mode of AC 3.3 (I use -rc8 at the moment) yet.
How to reproduce:
The text was updated successfully, but these errors were encountered:
Thanks for reporting! That issue has already been fixed and will be in the next release.
Sorry, something went wrong.
Great to hear that!
No branches or pull requests
When connected to the copter the app crashes as soon as the brake-mode is activated over the RC-TX via a CHx_OPT switch.
Cause:
IllegalArgumentException. COPTER_BREAK is not a constant in com.o3dr.services.android.lib.drone.property.VehicleMode
Seems like the version I use (Tower-v3.1.6) does not know about the break mode of AC 3.3 (I use -rc8 at the moment) yet.
How to reproduce:
The text was updated successfully, but these errors were encountered: