[feat](trx-rs): rename AMC (AM C-QUAM) to SAM (Stereo AM) with stereo width and carrier sync controls

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-26 21:50:53 +01:00
parent 20a22622e7
commit 27489c3745
20 changed files with 427 additions and 166 deletions
@@ -603,7 +603,7 @@ fn encode_mode(mode: &RigMode) -> Option<u8> {
RigMode::FM => 0x08,
RigMode::DIG => 0x0A,
RigMode::PKT => 0x0C,
RigMode::AIS | RigMode::VDES | RigMode::AMC | RigMode::Other(_) => return None,
RigMode::AIS | RigMode::VDES | RigMode::SAM | RigMode::Other(_) => return None,
})
}