Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20221121
A list of the changes included in this build (since the last daily) follows:
Changes for Build #713 [Jim Unroe rock.unroe@gmail.com] [QRZ-1] Add support for Intro Lines that are padded with null characters
The QRZ-1 (and variants like the TYT TH-UV88 and Retevis RT85) come from the factory with the Intro Lines right-padded with spaces. The CHIRP driver for these radios expects them to be padded with spaces.
It is now known that it is possible for the Intro Lines to also be right- padded with null characters. When this is encountered, the Settings tabs are blank.
This patch adds support to gracefully handle Intro Lines that have been padded with null characters.
fixes #10129
[Dan Smith 3046399+kk7ds@users.noreply.github.com] Merge pull request #133 from kk7ds/settings-bannedchars
Reserve some characters from setting names
[Dan Smith dsmith@danplanet.com] Reserve some characters from setting names
This creates a list of banned characters for use in setting name identifiers so that the setting editor can mark them up in more convenient ways.
[Dan Smith 3046399+kk7ds@users.noreply.github.com] Merge pull request #130 from kk7ds/bug-10130
Replace six with sys.version_info
[Dan Smith dsmith@danplanet.com] Replace six with sys.version_info
Fixes #10130