[feat](trx-core): add AMC variant to RigMode for C-QUAM AM stereo

Add RigMode::AMC to represent Motorola C-QUAM Compatible Quadrature
Amplitude Modulation stereo, placing it after RigMode::AM.

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:10:15 +01:00
parent 844b0e60df
commit 52452b609d
+2
View File
@@ -85,6 +85,8 @@ pub enum RigMode {
CW,
CWR,
AM,
/// AM C-QUAM stereo (Compatible Quadrature Amplitude Modulation).
AMC,
WFM,
FM,
AIS,