betaflight-configurator
betaflight-configurator copied to clipboard
Add a field in configurator receiver tab
Is your feature request related to a problem? Please describe
Lately ELRS team has introduced id model match, but in configurator using SPI rx, there is only the field for binding phrase. Adding a field for model match will allow a more user friendly approach, other then setting it in cli (method not well known).
Describe the solution you'd like
Would like to see a field, in the receiver tab for SPI receivers, where you can set model id, same as per the exsisting binding phrase.
Describe alternatives you've considered
The only alternative is to know that can be added via cli with "set expresslrs_model_id = x " but user new to fpv will go crazy before they find out how to do it.
Other information
N/A
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.
I really can't write code, i guess it's just a matter of making a check on crsf/spi present and add a label to set expresslrs_model_id = xxx to have model match, a loop back to start if wrong or even simpler just add the label as you would type the command in cli. Basically same as elrs binding password.