9 Apr
2013
9 Apr
'13
12:06 a.m.
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-20130409
A list of the changes included in this build (since the last daily) follows:
Changes for Build #189 [Dan Smith dsmith@danplanet.com] Actually fix a failure with pyserial's win32 comports method
Since comports returns a generator, we don't actually hit the problem until we iterate. Instead, evaluate to a list immediately so we fire the exception when we're equipped to handle it.
Fixes #775