[chirp_devel] Fwd: [PATCH] [GMRS-V1] Add Missing FileID For BTECH GMRS-V1

Jim Unroe
Sat Apr 24 10:58:53 PDT 2021


---------- Forwarded message ---------
From: Jim Unroe <kc9hi at comcast.net>
Date: Sat, Apr 24, 2021 at 1:58 PM
Subject: [PATCH] [GMRS-V1] Add Missing FileID For BTECH GMRS-V1
To: <Rock.Unroe at gmail.com>


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1619284445 14400
#      Sat Apr 24 13:14:05 2021 -0400
# Node ID a4f890741bd0bcaecc968a4f915587239563ddba
# Parent  aaf311ad7123e46b0f75dbbb78f758628c936ac2
[GMRS-V1] Add Missing FileID For BTECH GMRS-V1

This patch adds the US32412 fingerprint to the "_fileid" list.

fixes #9005

diff -r aaf311ad7123 -r a4f890741bd0 chirp/drivers/gmrsuv1.py
--- a/chirp/drivers/gmrsuv1.py  Sat Apr 17 20:39:08 2021 -0400
+++ b/chirp/drivers/gmrsuv1.py  Sat Apr 24 13:14:05 2021 -0400
@@ -98,7 +98,7 @@
     VENDOR = "BTECH"
     MODEL = "GMRS-V1"

-    _fileid = [GMRSV1_fp3, GMRSV1_fp2, GMRSV1_fp1, ]
+    _fileid = [GMRSV1_fp4, GMRSV1_fp3, GMRSV1_fp2, GMRSV1_fp1, ]
     _is_orig = [GMRSV1_fp2, GMRSV1_fp1, GMRSV1_fp4, ]

     _magic = [MSTRING_GMRSV1, ]



More information about the chirp_devel mailing list