-
Notifications
You must be signed in to change notification settings - Fork 326
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
Missing MSP Option for the Receiver wizard #2162
Comments
That is because this assumes serial rx. And MSP is not an option for serial rx.
|
You think it makes sense to add the Receiver Type to the Wizard? Not sure how many people will set it to MSP or SIM in the future. Its also confusing that MAVLINK is a serial Rx provider and not a receiver type here. as it also needs to be SerialRx turned off in the Ports tab. |
The main possible driver for this would be mlrs or elrs mavlink, in which case we need to add more than just msp. But I still think they will be somewhat much options and most users will use one of the serial rx options.
Edit:
Looking back, MAVLINK is treated as SERIALRX. We could probably turn MSP into a SERIALRX provider. This would simplify configuration.
|
I am fine with one or the other. Either add receiver_type to the Wizard or put MSP as a Serialrx_provider. Maybe moving MAVLINK to receiver_type though might make more sense as all the serialrx_provider options need the Serial Rx switch in Ports tba to be on. MSP and Mavlink do not. This might be a more streamlined option. additionally there is a chance that even ELRS might get MSP-RC support at some point as I know from 2 major ELRS devs that they like the idea. |
When i set up a new craft and using the new Setup Wizard, I have no option to select MSP as the main RC source.
This would be needed for MSP-RC from mLRS (And maybe, just maybe in the future for ELRS as well).
The text was updated successfully, but these errors were encountered: