[chirp_devel] [PATCH] Update IC-2730 driver to swap which byte is considered DTCS
# HG changeset patch # User Rhett Robinson rrhett@gmail.com # Date 1516237496 28800 # Wed Jan 17 17:04:56 2018 -0800 # Node ID d2b40e75d2706a4a6d1d23a7db7088c5f0c851be # Parent eda97f883de3cf5909942298b56cce3e0cae91cd Update IC-2730 driver to swap which byte is considered DTCS.
I sniffed the traffic the official software sends to the radio, and it only changes the second byte, so that seems to be where dtcs is stored.
Addresses #2745
diff -r eda97f883de3 -r d2b40e75d270 chirp/drivers/ic2730.py --- a/chirp/drivers/ic2730.py Sun Jan 14 17:06:35 2018 -0800 +++ b/chirp/drivers/ic2730.py Wed Jan 17 17:04:56 2018 -0800 @@ -34,8 +34,8 @@ rtone:6; u8 unknown7:2, ctone:6; + u8 unknown8; u8 dtcs; - u8 dtcs1; u8 tmode:4, duplex:2, dtcs_polarity:2;
participants (1)
-
Rhett Robinson