[chirp_devel] [PATCH] [uv-b5] Add 'off' to the list of Duplex options
Jim Unroe
Sat May 4 17:54:13 PDT 2013
Dan,
What do you think about making this change to memedit.py
- if duplex == "" or duplex == "(None)":
+ if duplex == "" or duplex == "(None)" or duplex == "off":
hide += [self.col(_("Offset"))]
It just me "off" should be hidden just like "(None)".
If you agree, would you do it or do you want me to submit a patch?
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130504/21bcec02/attachment-0001.html
More information about the chirp_devel
mailing list