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-20130329
A list of the changes included in this build (since the last daily) follows:
Changes for Build #181 [Dan Smith dsmith@danplanet.com] Fix erroneous fix in previous fix.
* A single lbcd is the same as a bbcd, they only actually differ when they're in sequences of bytes (duh - _byte_ order) * There were actually two places in the bitwise code that were reversing each other (causing the confusion above), so unify/simplify those bits. * The previous patch introduced an additional check to string setting, which the ict70 driver was violating
Fallout of the fallout from #547.
Sigh.
[Dan Smith dsmith@danplanet.com] Add support for testing writes to bitwise unit tests
And fix a buglet found in the process.
Related to the tests added in #547
[Tom Hayward tom@tomh.us] bitwise: add "bit" type for reading arrays of single-bit flags. #727
Example usage: struct { char name[8]; bit ch_enable_flag[128]; u8 unknown[8]; } scan_list[17];