[chirp_devel] [PATCH] FT-818ND US Model Fixed 60 Meter Memory Index #6289
# HG changeset patch # User Vinny Stipo v@xpctech.com # Date 1546638247 28800 # Fri Jan 04 13:44:07 2019 -0800 # Node ID e18ef1859554a659000a764ea370ab61859675f8 # Parent 4e8c0e6a1fda0f038681766c21be5c15d4f3b5db FT-818ND US Model Fixed 60 Meter Memory Index #6289
diff --git a/chirp/drivers/ft818.py b/chirp/drivers/ft818.py --- a/chirp/drivers/ft818.py +++ b/chirp/drivers/ft818.py @@ -264,13 +264,13 @@ _block_lengths = [2, 40, 208, 208, 208, 208, 198, 53, 130, 118, 130, 130]
SPECIAL_60M = { - "M-601": -42, - "M-602": -41, - "M-603": -40, - "M-604": -39, - "M-605": -38, + "M-601": -44, + "M-602": -43, + "M-603": -42, + "M-604": -41, + "M-605": -40, } - LAST_SPECIAL60M_INDEX = -42 + LAST_SPECIAL60M_INDEX = -44
SPECIAL_MEMORIES = dict(FT818Radio.SPECIAL_MEMORIES) SPECIAL_MEMORIES.update(SPECIAL_60M)
Mike,
Please test this patch, made adjustment to 60 Meter index.
-Vinny
On Fri, Jan 4, 2019 at 1:45 PM Vinny Stipo v@xpctech.com wrote:
# HG changeset patch # User Vinny Stipo v@xpctech.com # Date 1546638247 28800 # Fri Jan 04 13:44:07 2019 -0800 # Node ID e18ef1859554a659000a764ea370ab61859675f8 # Parent 4e8c0e6a1fda0f038681766c21be5c15d4f3b5db FT-818ND US Model Fixed 60 Meter Memory Index #6289
diff --git a/chirp/drivers/ft818.py b/chirp/drivers/ft818.py --- a/chirp/drivers/ft818.py +++ b/chirp/drivers/ft818.py @@ -264,13 +264,13 @@ _block_lengths = [2, 40, 208, 208, 208, 208, 198, 53, 130, 118, 130, 130]
SPECIAL_60M = {
"M-601": -42,
"M-602": -41,
"M-603": -40,
"M-604": -39,
"M-605": -38,
"M-601": -44,
"M-602": -43,
"M-603": -42,
"M-604": -41,
}"M-605": -40,
- LAST_SPECIAL60M_INDEX = -42
LAST_SPECIAL60M_INDEX = -44
SPECIAL_MEMORIES = dict(FT818Radio.SPECIAL_MEMORIES) SPECIAL_MEMORIES.update(SPECIAL_60M)
On Fri, Jan 4, 2019 at 1:47 PM Vinny Stipo v@xpctech.com wrote:
Mike,
Please test this patch, made adjustment to 60 Meter index.
-Vinny
That patch fixes the 60M channel offsets - all 5 are now working.
I didn't see any issues with other testing, the driver is in good shape.
I'm forwarding another minor patch to make the 144/430 channel names consistent.
mike
participants (2)
-
Michael Pittaro
-
Vinny Stipo