[chirp_users] New Daily Build
Build System
Thu Jun 8 00:13:51 PDT 2017
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-20170608
A list of the changes included in this build (since the last daily)
follows:
Changes for Build #489
[Keith Williamson <hkwilliamson at gmail.com>] [vx8] Added Settings support for stock VX-8R radio. Fixes #4881
This patch adds settings support by adding has_settings True in the
get_features function, by copying the original _get_aprs_tx_settings function
back down to the VX8DRadio class, and by creating a truncated version of that
function in the parent VX8Radio class that just gets the settings that
are defined for the VX-8R. Also, a _get_settings function for the VX8Radio
class was created that calls a subset of functions of the _get_settings
function in the VX8DRadio class. The get_features function in the VX8DRadio
class has been removed since the one in the VX8Radio class is now the same.
[Keith Williamson <hkwilliamson at gmail.com>] [vx8] Fix line longer than 79 chars and add missing pad value to seekto format string. Fix #4881
More information about the chirp_users
mailing list