[fix](trx-backend-soapysdr): add AMC to supported_modes capabilities list

RigMode::AMC was implemented but omitted from the supported_modes vec,
so the HTTP frontend never received it in capabilities and the mode
selector did not show AMC-QUAM.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-17 00:15:47 +01:00
parent 016d4ddfd7
commit e337870d53
@@ -228,6 +228,7 @@ impl SoapySdrRig {
RigMode::CW,
RigMode::CWR,
RigMode::AM,
RigMode::AMC,
RigMode::WFM,
RigMode::FM,
RigMode::AIS,