[fix](trx-backend-ft817): hide unsupported decode modes

Remove SDR-only decoder modes from the FT-817 supported mode list so they are not shown in that rig's mode picker.

Co-authored-by: Stan Grams <sjg@haxx.space>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-03 02:10:52 +01:00
parent 953edb336a
commit 564f25fc6d
@@ -195,8 +195,6 @@ impl Ft817 {
RigMode::AM, RigMode::AM,
RigMode::WFM, RigMode::WFM,
RigMode::FM, RigMode::FM,
RigMode::AIS,
RigMode::VDES,
RigMode::DIG, RigMode::DIG,
RigMode::PKT, RigMode::PKT,
], ],