4 Jan
2013
4 Jan
'13
2:01 p.m.
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..'
Well, the UI will still show it because it's a subclass of experimental. I think it's fine to leave it marked experimental for a while anyway, but isn't this just a driver bug? If they're running the latest then it works fine, right? I'd say handle that like any other unrelated-to-chirp issue.
--
Dan Smith
www.danplanet.com
KK7DS