<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
I stand corrected. I missed the &quot;plus&quot; in the filename. :) I'm guessing the only thing the patch needs is an issue but will go ahead and listen now instead of talking (and looking silly)<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Tony<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<span id="OutlookSignature">
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Get <a href="https://aka.ms/ghei36">Outlook for Android</a></div>
</span><br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Tony Fuller<br>
<b>Sent:</b> Tuesday, August 27, 2019 9:38:13 PM<br>
<b>To:</b> chirp_devel@intrepid.danplanet.com &lt;chirp_devel@intrepid.danplanet.com&gt;<br>
<b>Subject:</b> Re: [chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps</font>
<div>&nbsp;</div>
</div>
<div>
<div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
It looks like something very similar was merged in about 5 months ago in <a href="https://chirp.danplanet.com/projects/chirp/repository/revisions/2ae5aef78c2e">
https://chirp.danplanet.com/projects/chirp/repository/revisions/2ae5aef78c2e</a> but on line 467 (rather than 519) although the context (3 lines above and below) look quite similar.<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
Maybe you just need to run hg pull? It's totally possible I missed something too.<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
Tony<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
<span id="x_OutlookSignature">
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
Get <a href="https://aka.ms/ghei36">Outlook for Android</a></div>
</span><br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> chirp_devel-bounces@intrepid.danplanet.com &lt;chirp_devel-bounces@intrepid.danplanet.com&gt; on behalf of Derek Chauran via chirp_devel &lt;chirp_devel@intrepid.danplanet.com&gt;<br>
<b>Sent:</b> Tuesday, August 27, 2019 8:56:24 PM<br>
<b>To:</b> chirp_devel@intrepid.danplanet.com &lt;chirp_devel@intrepid.danplanet.com&gt;<br>
<b>Subject:</b> [chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps</font>
<div>&nbsp;</div>
</div>
</div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText"># HG changeset patch<br>
# User Derek Chauran &lt;af7ux@outlook.com&gt;<br>
# Date 1566956276 25200<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tue Aug 27 18:37:56 2019 -0700<br>
# Node ID d5665709c5ec7c0549645d75b955592ab826cc74<br>
# Parent&nbsp; f2f71d0cd6a9a2eadd18b6315afd6078a6519632<br>
Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps.<br>
<br>
diff --git a/chirp/drivers/kguv8dplus.py b/chirp/drivers/kguv8dplus.py<br>
--- a/chirp/drivers/kguv8dplus.py<br>
&#43;&#43;&#43; b/chirp/drivers/kguv8dplus.py<br>
@@ -519,6 &#43;519,7 @@<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rf.valid_bands = [(134000000, 175000000),&nbsp; # supports 2m<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (400000000, 520000000)]&nbsp; # supports 70cm<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rf.valid_characters = chirp_common.CHARSET_ASCII<br>
&#43;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rf.valid_tuning_steps = STEPS<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rf.memory_bounds = (1, 999)&nbsp; # 999 memories<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return rf<br>
&nbsp;<br>
_______________________________________________<br>
chirp_devel mailing list<br>
chirp_devel@intrepid.danplanet.com<br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers">
http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br>
</div>
</span></font></div>
</body>
</html>