From 0e1e7d9f3c12f3931babb88ea06c216bbbaf7fa7 Mon Sep 17 00:00:00 2001 From: rouggy Date: Sat, 1 Aug 2026 12:09:57 +0200 Subject: [PATCH] feat(cat): ID 022 is a TS-990S Reported by one in the field. Kenwood's documentation gives 024 for that radio; both are mapped rather than betting on which is right, and the log no longer reads "Kenwood (022)". --- internal/cat/kenwood.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/cat/kenwood.go b/internal/cat/kenwood.go index feb17f1..2061199 100644 --- a/internal/cat/kenwood.go +++ b/internal/cat/kenwood.go @@ -547,6 +547,10 @@ var kenwoodModels = map[string]string{ "019": "TS-2000", "020": "TS-480", "021": "TS-590S", + // 022 reported by a real TS-990S in the field. Kenwood's documentation gives + // 024 for that radio, so both are kept: the observed value wins where they + // disagree, and neither maps to anything else. + "022": "TS-990S", "023": "TS-590SG", "024": "TS-990S", "025": "TS-890S",