[chirp_devel] [PATCH 3 of 3] [GMRS-50X1] Fix spmute for BTech GMRS-50X1
Jim Unroe
Sat Nov 21 14:42:59 PST 2020
# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1605997232 18000
# Sat Nov 21 17:20:32 2020 -0500
# Node ID 8f784d136f3f4db7cdcb51b5a172a47401939a29
# Parent fd28cca177b0af63e464bdbf4481f5ca89a6c831
[GMRS-50X1] Fix spmute for BTech GMRS-50X1
This patch fixes spmute in the btech driver structure that supports
the the following model.
BTech GMRS-50X1
Related to #8463
diff -r fd28cca177b0 -r 8f784d136f3f chirp/drivers/btech.py
--- a/chirp/drivers/btech.py Sat Nov 21 17:19:37 2020 -0500
+++ b/chirp/drivers/btech.py Sat Nov 21 17:20:32 2020 -0500
@@ -3940,8 +3940,8 @@
u8 unknown0:4,
scode:4;
u8 unknown1:2,
- spmute:1,
- unknown2:3,
+ spmute:2,
+ unknown2:2,
optsig:2;
u8 unknown3:3,
scramble:1,
More information about the chirp_devel
mailing list