<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1">Hi Dan,<br>
      <br>
      sure, this can be removed. I originally wanted to remove the line
      below, but then tox failed because it expected some other values
      than just a default. Do you want me to submit a patch, or can you
      do it while adding to the branch?<br>
      <br>
      Actually, we should find a way to use a default step value when a
      channel is freshly used, otherwise the previously used values
      (memory residues) will be written. As you stated yourself,  VX-8
      does a pretty poor job in cleaning memories when a channel is
      erased.<br>
      <br>
      <br>
      73<br>
      Bernhard<br>
    </font><br>
    <div class="moz-cite-prefix">On 02-Jan-20 14:26, Dan Smith via
      chirp_devel wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:645AD143-FD9A-4D89-9E86-2385C33A6276@danplanet.com">
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">@directory.register
@@ -701,6 +710,7 @@
        _mem.duplex = DUPLEX.index(mem.duplex)
        _mem.mode = MODES.index(mem.mode)
        _mem.dcs = chirp_common.DTCS_CODES.index(mem.dtcs)
+        # Radio doesn't do that when programmed manually, but tox needs it:
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Did you mean to remove this? It's adding a comment but not making any change, so I thought maybe it was residue. Also, it doesn't really make sense -- tox is just a venv manager for a test harness. Perhaps you mean something in one of the tests "needs" something, but I'm not sure what that would be. The tests are just asking the driver to store and retrieve things into the memory, so the *tests* don't really need anything specific.

Can you either remove this line if not relevant, or re-word it to be more informative?

Otherwise the change looks good to me, thanks for figuring that out!

--Dan
_______________________________________________
chirp_devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a>
<a class="moz-txt-link-freetext" href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a>
Developer docs: <a class="moz-txt-link-freetext" href="http://chirp.danplanet.com/projects/chirp/wiki/Developers">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>