[chirp_devel] [PATCH] [UV-5X3] Cannot disable RESET Menu in BTECH UV-5X3

Jim Unroe
Thu Dec 31 16:06:59 PST 2020


Dan,

Please ignore this patch. I don't know what happened, but it isn't
complete. I will send it again after I "fix" it.

Jim

On Thu, Dec 31, 2020 at 7:04 PM Jim Unroe <rock.unroe at gmail.com> wrote:
>
> # HG changeset patch
> # User Jim Unroe <rock.unroe at gmail.com>
> # Date 1609459431 18000
> #      Thu Dec 31 19:03:51 2020 -0500
> # Node ID eebf031f805611093760b3353ecdc46ab8eb6e04
> # Parent  22f83a2a9d6de82f56f8bc00d98a9e3bc31770c5
> [UV-5X3] Cannot disable RESET Menu in BTECH UV-5X3
>
> This patch maps "reset" to the correct memory location
>
> fixes #8609
>
> diff -r 22f83a2a9d6d -r eebf031f8056 chirp/drivers/uv5x3.py
> --- a/chirp/drivers/uv5x3.py    Thu Dec 31 19:02:42 2020 -0500
> +++ b/chirp/drivers/uv5x3.py    Thu Dec 31 19:03:51 2020 -0500
> @@ -270,8 +270,7 @@
>           dani:1;
>        u8 unused28:2,
>           dtmfg:6;
> -      u8 unknown08:6,
> -         reset:1,
> +      u8 unknown08:7,
>           unknown09:1;
>        u8 unknown10[3];
>        u8 cht;



More information about the chirp_devel mailing list