[chirp_devel] [PATCH] [thd72] Re-enable clone mode driver as experimental. #81

Tom Hayward
Fri Jan 4 12:30:17 PST 2013


On Fri, Jan 4, 2013 at 12:06 PM, Tom Hayward <esarfl at gmail.com> wrote:
> +    @classmethod
> +    def get_experimental_warning(cls):
> +        return ('Please ensure you have installed the most recent Silicon Labs '
> +                'CP210x virtual comm port driver. Versions prior to 3.0 are '
> +                'known to lock up when attempting to upload to a TH-D72 with '
> +                'Chirp. You can download the driver at '
> +                'http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx')

Looks like this message is only valid for OS X. How can I make the
driver experimental only for OS X? Maybe something like this...

    def get_experimental_warning(cls):
        return sys.platform == "darwin" and 'Please ensure you have
installed the most recent Silicon Labs..'


Tom



More information about the chirp_devel mailing list