[chirp_devel] [PATCH] FT-818ND US Model Fixed 60 Meter Memory Index #6289
Vinny Stipo
Fri Jan 4 13:47:39 PST 2019
Mike,
Please test this patch, made adjustment to 60 Meter index.
-Vinny
On Fri, Jan 4, 2019 at 1:45 PM Vinny Stipo <v at xpctech.com> wrote:
> # HG changeset patch
> # User Vinny Stipo <v at 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)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20190104/2c54f9e1/attachment-0001.html
More information about the chirp_devel
mailing list