<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 06-Feb-20 07:59, Dan Smith via chirp_devel wrote:<br>
    <blockquote type="cite"
      cite="mid:469591CC-E59B-453B-BFE4-CE299B05222E@danplanet.com">
      <pre class="moz-quote-pre" wrap="">FYI, I didn't apply this patch yet because all the others applied cleanly without it and I thought it might be worth some discussion.
</pre>
    </blockquote>
    <font size="-1">I noticed there was one missing :-)</font><br>
    <blockquote type="cite"
      cite="mid:469591CC-E59B-453B-BFE4-CE299B05222E@danplanet.com">
      <pre class="moz-quote-pre" wrap="">So, first off, we have the chirp/bandplan* modules, which might be better to leverage if you're going to do this. </pre>
    </blockquote>
    <font size="-1">Ah, ok. I'm still finding my way through all the
      things Chirp provides. I'll look into it.</font><br>
    <blockquote type="cite"
      cite="mid:469591CC-E59B-453B-BFE4-CE299B05222E@danplanet.com">
      <pre class="moz-quote-pre" wrap="">However, I also wonder if we should add "auto" to the list of duplexes? I know other Yaesu models support this, and while I'm totally unsure what the point of this "feature" is in the radio (given that the channel is what it is and the radio isn't going to pick a different duplex ever), I wonder if it would be less confusing to just add support for it?
</pre>
    </blockquote>
    <font size="-1">I tend to say "no", and my reasoning for this
      statement is this:<br>
      <br>
      "Auto" is a convenience default the radio offers when you use VFO.
      It kicks in when you scroll through frequencies which are reserved
      for repeater use: by default, it automatically picks positive or
      negative offset so that the user doesn't have to set it. It's
      unfortunate that it saves the duplex setting as "auto" when you
      add it to a memory channel, and not as the value it actually picks
      for it ("+" or "-"). The user can always override the default by
      selecting a different value than the one picked by "auto". BTW,
      the radio does show </font><font size="-1"><font size="-1">"+" or
        "-", not "auto", on its display.</font></font><font size="-1"><font
        size="-1"><font size="-1"> Even worse, this changes by region;
          it's different between US and EU models (and my patch doesn't
          do this correctly yet: it uses USA defaults, and I need to
          make it region dependent).</font></font><br>
      <br>
      I think it creates less headache for the user if we apply the
      exact same "guessing" the radio does, and convert "auto" (5) to
      "+" (0) or "-" (2).<br>
    </font>
    <blockquote type="cite"
      cite="mid:469591CC-E59B-453B-BFE4-CE299B05222E@danplanet.com">
      <pre class="moz-quote-pre" wrap="">The problem comes in when you go to import or copy a memory from this radio to another radio that doesn't support auto duplex.</pre>
    </blockquote>
    <font size="-1">Exactly my point. "Auto" is not really any useful
      value.</font><br>
    <blockquote type="cite"
      cite="mid:469591CC-E59B-453B-BFE4-CE299B05222E@danplanet.com">
      <pre class="moz-quote-pre" wrap="">We would need to calculate/guess the duplex at that point, like you are doing that here, which while more general, doesn't excite me (at all).
</pre>
    </blockquote>
    <font size="-1">Although I'm totally agreeing with you about the
      level of excitement, I think it's probably still the path to least
      grief. I trust in Yaesu not changing things all the time, i.e.
      that the automatic picks don't change either.<br>
      <br>
      I'm open to alternatives, and I will leave the final decision to
      you.<br>
      <br>
      <br>
      73,<br>
      Bernhard</font><br>
  </body>
</html>