-
Notifications
You must be signed in to change notification settings - Fork 83
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
tx, crsf, send device info upon ping device #298
Conversation
Got it working, will PR to your branch. |
@jlpoltrack It seems that EdgeTx cuts the name down to 15 chars max ... what do you see actually displayed now? |
I guess it would be nice if we also could get the bind button LOL |
Still working :)
In Settings > Version > Modules I see the string 'MLRS BetaFPV Mi V40.0.0'. For the version, the closest that I can get is to send '0x05030100' which results in V1.3.5' on the radio (but can't quite see an easy way to convert the VERSION to that). |
thx |
Well IMO probably doesn't need to be perfect, it's rather buried in the settings. I had to look at the EdgeTx source to figure out where this would be... |
@jlpoltrack also did the serial_no ... EdgeTx seems to use it to identfy ELRS modules, so, we could use the same mechanism to - maybe at some point - make EdgeTx to identify mLRS, e.g., to also give us a bind button |
Yea, looks good. Shows 'V1.3.5' |
so, ready to merge? |
Yea, good to merge. |
many thx, sir |
attempt to account for #297
not tested, just did some code
@jlpoltrack maybe you find a chance to test this out :)