olliw42 / mLRS-docu

Documentation for the mLRS project
GNU General Public License v3.0
35 stars 11 forks source link

Check CRSF Elements on BW Radio #198

Open jlpoltrack opened 1 month ago

jlpoltrack commented 1 month ago

Other elements may show up on BW Radio (such as VFAS) - do a sanity check and update the CRSF sensors page accordingly.

olliw42 commented 1 month ago

this VFAS thing is really surprising to me it's just simply not in teh EdgeTx/OpenTx code EdgeTX: https://github.com/EdgeTX/edgetx/blob/main/radio/src/telemetry/crossfire.cpp#L28-L59, https://github.com/EdgeTX/edgetx/blob/main/radio/src/translations/untranslated.h#L110-L276

a sensor VFS exists, https://github.com/EdgeTX/edgetx/blob/main/radio/src/translations/untranslated.h#L149, but not in the CRSF table.

I wonder if this is an old firmware thing

jlpoltrack commented 1 month ago

I took a quick look and my X9D does show that element for some reason on latest EdgeTx. VFAS is a FrSky specific thing - could the passthrough stuff cause it? https://github.com/EdgeTX/edgetx/blob/edb04cc83373f9f13dce8ad69e671343883dd75c/radio/src/telemetry/frsky_sport.cpp#L61

olliw42 commented 1 month ago

our passthru handling can't do it since it also doesn't do have VFAS sensor this could however be a yappu script thing, I believe to recall to have seen in it's code the option to set some radio sensors, maybe it's config in the yappu